File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 # Use specific format-enforcing pre-commit hooks from the core library
1111 # with the default configuration (see pre-commit.com for documentation)
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : v4.6 .0
13+ rev : v6.0 .0
1414 hooks :
1515 - id : check-ast
1616 - id : debug-statements
2323 # (see https://black.readthedocs.io/en/stable/ for documentation and see
2424 # the cf-python pyproject.toml file for our custom black configuration)
2525 - repo : https://github.com/ambv/black
26- rev : 24.4.2
26+ rev : 25.12.0
2727 hooks :
2828 - id : black
2929 language_version : python3
5353 # (see https://flake8.pycqa.org/en/latest/ for documentation and see
5454 # the cf-python .flake8 file for our custom flake8 configuration)
5555 - repo : https://github.com/PyCQA/flake8
56- rev : 7.1 .0
56+ rev : 7.3 .0
5757 hooks :
5858 - id : flake8
5959
You can’t perform that action at this time.
0 commit comments