File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
default_stages : [pre-commit, pre-push]
7
7
repos :
8
8
- repo : https://github.com/astral-sh/ruff-pre-commit
9
- rev : v0.9 .9
9
+ rev : v0.11 .9
10
10
hooks :
11
11
- id : ruff
12
12
args : ["--fix", "--show-fixes"]
40
40
- hypothesis
41
41
- s3fs
42
42
- repo : https://github.com/scientific-python/cookie
43
- rev : 2025.01.22
43
+ rev : 2025.05.02
44
44
hooks :
45
45
- id : sp-repo-review
46
46
- repo : https://github.com/pre-commit/pygrep-hooks
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ extend-select = [
310
310
" RUF" ,
311
311
" SIM" , # flake8-simplify
312
312
" SLOT" , # flake8-slots
313
- " TCH " , # flake8-type-checking
313
+ " TC " , # flake8-type-checking
314
314
" TRY" , # tryceratops
315
315
" UP" , # pyupgrade
316
316
" W" , # pycodestyle warnings
@@ -338,6 +338,7 @@ ignore = [
338
338
" Q003" ,
339
339
" COM812" ,
340
340
" COM819" ,
341
+ " TC006" ,
341
342
]
342
343
343
344
[tool .ruff .lint .extend-per-file-ignores ]
You can’t perform that action at this time.
0 commit comments