File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ default_language_version:
33
44repos :
55 - repo : " https://github.com/asottile/pyupgrade"
6- rev : " v3.18 .0"
6+ rev : " v3.19 .0"
77 hooks :
88 - id : " pyupgrade"
99 name : " Enforce Python 3.7+ idioms"
1010 args :
1111 - " --py37-plus"
1212
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : " v0.7.0 "
14+ rev : " v0.7.1 "
1515 hooks :
1616 - id : ruff
1717 args : ["--fix"]
2323 args :
2424 - --ignore-words-list=wronly,afile,assertIn
2525 - repo : https://github.com/asottile/blacken-docs
26- rev : 1.19.0
26+ rev : 1.19.1
2727 hooks :
2828 - id : blacken-docs
2929 additional_dependencies : [ black==24.4.2 ]
4646 language : python
4747 files : \.py$
4848 - repo : https://github.com/pre-commit/mirrors-mypy
49- rev : v1.12.1
49+ rev : v1.13.0
5050 hooks :
5151 - id : mypy
5252 exclude : (docs|pyfakefs/tests)
You can’t perform that action at this time.
0 commit comments