File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : " v0.0.287 "
3+ rev : " v0.1.11 "
44 hooks :
55 - id : ruff
66 args : [--fix, --exit-non-zero-on-fix]
77 - repo : https://github.com/psf/black
8- rev : 23.9 .1
8+ rev : 23.12 .1
99 hooks :
1010 - id : black
1111 - repo : https://github.com/pre-commit/pre-commit-hooks.git
12- rev : v4.1 .0
12+ rev : v4.5 .0
1313 hooks :
1414 - id : end-of-file-fixer
1515 - id : trailing-whitespace
@@ -19,14 +19,14 @@ repos:
1919 - id : check-merge-conflict
2020 - id : debug-statements
2121 - repo : https://github.com/adrienverge/yamllint.git
22- rev : v1.26.3
22+ rev : v1.33.0
2323 hooks :
2424 - id : yamllint
2525 files : \.(yaml|yml)$
2626 types : [file, yaml]
2727 entry : yamllint --strict
2828 - repo : https://github.com/pre-commit/mirrors-mypy
29- rev : v1.5.1
29+ rev : v1.8.0
3030 hooks :
3131 - id : mypy
3232 # empty args needed in order to match mypy cli behavior
4343 - types-PyYAML
4444 - types-dataclasses
4545 - repo : https://github.com/pylint-dev/pylint
46- rev : v2.17.5
46+ rev : v3.0.3
4747 hooks :
4848 - id : pylint
4949 additional_dependencies :
You can’t perform that action at this time.
0 commit comments