File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 - id : auto-walrus
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.0.274
19+ rev : v0.0.275
2020 hooks :
2121 - id : ruff
2222
3333 - tomli
3434
3535 - repo : https://github.com/tox-dev/pyproject-fmt
36- rev : " 0.12.0 "
36+ rev : " 0.12.1 "
3737 hooks :
3838 - id : pyproject-fmt
3939
5151 - id : validate-pyproject
5252
5353 - repo : https://github.com/pre-commit/mirrors-mypy
54- rev : v1.3.0
54+ rev : v1.4.1
5555 hooks :
5656 - id : mypy
5757 args :
Original file line number Diff line number Diff line change 2929 * [ Minmax] ( backtracking/minmax.py )
3030 * [ N Queens] ( backtracking/n_queens.py )
3131 * [ N Queens Math] ( backtracking/n_queens_math.py )
32+ * [ Power Sum] ( backtracking/power_sum.py )
3233 * [ Rat In Maze] ( backtracking/rat_in_maze.py )
3334 * [ Sudoku] ( backtracking/sudoku.py )
3435 * [ Sum Of Subsets] ( backtracking/sum_of_subsets.py )
You can’t perform that action at this time.
0 commit comments