File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : " v5 .0.0"
12+ rev : " v6 .0.0"
1313 hooks :
1414 - id : check-merge-conflict
1515 - id : debug-statements
2222 - id : check-toml
2323
2424 - repo : https://github.com/PyCQA/flake8
25- rev : " 7.1.2 "
25+ rev : " 7.3.0 "
2626 hooks :
2727 - id : flake8
2828 args : [--config=.flake8, '--ignore=FCN001,W503']
@@ -38,18 +38,18 @@ repos:
3838 - id : detect-secrets
3939
4040 - repo : https://github.com/astral-sh/ruff-pre-commit
41- rev : v0.9.10
41+ rev : v0.14.2
4242 hooks :
4343 - id : ruff
4444 - id : ruff-format
4545
4646 - repo : https://github.com/gitleaks/gitleaks
47- rev : v8.24 .0
47+ rev : v8.28 .0
4848 hooks :
4949 - id : gitleaks
5050
5151 - repo : https://github.com/pre-commit/mirrors-mypy
52- rev : v1.15.0
52+ rev : v1.18.2
5353 hooks :
5454 - id : mypy
5555 additional_dependencies : ["types-PyYAML", "types-requests"]
You can’t perform that action at this time.
0 commit comments