File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.0.274
19
+ rev : v0.0.275
20
20
hooks :
21
21
- id : ruff
22
22
33
33
- tomli
34
34
35
35
- repo : https://github.com/tox-dev/pyproject-fmt
36
- rev : " 0.12.0 "
36
+ rev : " 0.12.1 "
37
37
hooks :
38
38
- id : pyproject-fmt
39
39
51
51
- id : validate-pyproject
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.3.0
54
+ rev : v1.4.1
55
55
hooks :
56
56
- id : mypy
57
57
args :
Original file line number Diff line number Diff line change 29
29
* [ Minmax] ( backtracking/minmax.py )
30
30
* [ N Queens] ( backtracking/n_queens.py )
31
31
* [ N Queens Math] ( backtracking/n_queens_math.py )
32
+ * [ Power Sum] ( backtracking/power_sum.py )
32
33
* [ Rat In Maze] ( backtracking/rat_in_maze.py )
33
34
* [ Sudoku] ( backtracking/sudoku.py )
34
35
* [ Sum Of Subsets] ( backtracking/sum_of_subsets.py )
You can’t perform that action at this time.
0 commit comments