File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66default_stages : [pre-commit, pre-push]
77repos :
88 - repo : https://github.com/astral-sh/ruff-pre-commit
9- rev : v0.9 .9
9+ rev : v0.11 .9
1010 hooks :
1111 - id : ruff
1212 args : ["--fix", "--show-fixes"]
4040 - hypothesis
4141 - s3fs
4242 - repo : https://github.com/scientific-python/cookie
43- rev : 2025.01.22
43+ rev : 2025.05.02
4444 hooks :
4545 - id : sp-repo-review
4646 - repo : https://github.com/pre-commit/pygrep-hooks
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ extend-select = [
310310 " RUF" ,
311311 " SIM" , # flake8-simplify
312312 " SLOT" , # flake8-slots
313- " TCH " , # flake8-type-checking
313+ " TC " , # flake8-type-checking
314314 " TRY" , # tryceratops
315315 " UP" , # pyupgrade
316316 " W" , # pycodestyle warnings
@@ -338,6 +338,7 @@ ignore = [
338338 " Q003" ,
339339 " COM812" ,
340340 " COM819" ,
341+ " TC006" ,
341342]
342343
343344[tool .ruff .lint .extend-per-file-ignores ]
You can’t perform that action at this time.
0 commit comments