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 @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5 .0.0
5
+ rev : v6 .0.0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -25,12 +25,12 @@ repos:
25
25
- id : codespell
26
26
additional_dependencies : ["tomli"]
27
27
- repo : https://github.com/biomejs/pre-commit
28
- rev : v0.6.1 # Use the sha / tag you want to point at
28
+ rev : v2.2.2 # Use the sha / tag you want to point at
29
29
hooks :
30
30
- id : biome-format # not using check becasue there are lots of things that need fixed
31
31
additional_dependencies :
["@biomejs/[email protected] "]
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.9.6
33
+ rev : v0.12.11
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix]
You can’t perform that action at this time.
0 commit comments