File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55repos :
66 # Run manually in CI skipping the branch checks
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.9.3
8+ rev : v0.9.1
99 hooks :
1010 - id : ruff
1111 name : " Ruff check"
3131 args : [--py311-plus]
3232 # Moved codespell configuration to setup.cfg as per 'all-files' issues not reading args
3333 - repo : https://github.com/codespell-project/codespell
34- rev : v2.4 .0
34+ rev : v2.3 .0
3535 hooks :
3636 - id : codespell
3737 name : " Check spelling"
5252 - id : yamllint
5353 name : " YAML linting"
5454 - repo : https://github.com/cdce8p/python-typing-update
55- rev : v0.7 .0
55+ rev : v0.6 .0
5656 hooks :
5757 # Run `python-typing-update` hook manually from time to time
5858 # to update python typing syntax.
You can’t perform that action at this time.
0 commit comments