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 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.5 .0
9+ rev : v4.6 .0
1010 hooks :
1111 - id : end-of-file-fixer
1212 - id : trailing-whitespace
@@ -25,14 +25,14 @@ repos:
2525 # args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
2626
2727 - repo : https://github.com/codespell-project/codespell
28- rev : v2.2.6
28+ rev : v2.3.0
2929 hooks :
3030 - id : codespell
3131 additional_dependencies : [tomli]
3232 # args: ["--write-changes"] # uncomment if you want to get automatic fixing
3333
3434 - repo : https://github.com/psf/black
35- rev : 23.12.1
35+ rev : 24.4.2
3636 hooks :
3737 - id : black
3838 name : Black code
4646 - mdformat_frontmatter
4747
4848 - repo : https://github.com/astral-sh/ruff-pre-commit
49- rev : v0.1.9
49+ rev : v0.5.0
5050 hooks :
5151 - id : ruff
5252 args : ["--fix"]
You can’t perform that action at this time.
0 commit comments