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 @@ -2,7 +2,7 @@ exclude: examples/data/|.*\.css|.*\.json|.*\.geojson|.*\.html
22
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : check-ast
@@ -15,23 +15,23 @@ repos:
1515 files : requirements-dev.txt
1616
1717- repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.0.291
18+ rev : v0.1.4
1919 hooks :
2020 - id : ruff
2121
2222- repo : https://github.com/psf/black
23- rev : 23.9 .1
23+ rev : 23.10 .1
2424 hooks :
2525 - id : black
2626 language_version : python3
2727
2828- repo : https://github.com/keewis/blackdoc
29- rev : v0.3.8
29+ rev : v0.3.9
3030 hooks :
3131 - id : blackdoc
3232
3333- repo : https://github.com/codespell-project/codespell
34- rev : v2.2.5
34+ rev : v2.2.6
3535 hooks :
3636 - id : codespell
3737 args :
You can’t perform that action at this time.
0 commit comments