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 2323 - id : check-useless-excludes
2424
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v4.5 .0
26+ rev : v4.6 .0
2727 hooks :
2828 - id : check-added-large-files
2929 - id : check-ast
5959 additional_dependencies : [tomli]
6060
6161 - repo : https://github.com/codespell-project/codespell
62- rev : v2.2.6
62+ rev : v2.3.0
6363 hooks :
6464 - id : codespell
6565 require_serial : false
7373 require_serial : false
7474
7575 - repo : https://github.com/asottile/pyupgrade
76- rev : v3.15.2
76+ rev : v3.16.0
7777 hooks :
7878 - id : pyupgrade
7979 args : [--py37-plus, --keep-mock]
@@ -85,20 +85,20 @@ repos:
8585 name : isort (python)
8686
8787 - repo : https://github.com/psf/black
88- rev : 24.3.0
88+ rev : 24.4.2
8989 hooks :
9090 - id : black
9191 language_version : python3
9292
9393 - repo : https://github.com/asottile/blacken-docs
94- rev : 1.16 .0
94+ rev : 1.18 .0
9595 hooks :
9696 - id : blacken-docs
9797 args : [-S, -l, '120']
9898 additional_dependencies : [black==22.10.0]
9999
100100 - repo : https://github.com/PyCQA/flake8
101- rev : 7.0 .0
101+ rev : 7.1 .0
102102 hooks :
103103 - id : flake8
104104 name : flake8-strict
You can’t perform that action at this time.
0 commit comments