File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.12.11
9
+ rev : v0.13.1
10
10
hooks :
11
11
- id : ruff-check
12
12
args : ["--fix", "--show-fixes"]
23
23
exclude : mkdocs.yml
24
24
- id : trailing-whitespace
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.17.1
26
+ rev : v1.18.2
27
27
hooks :
28
28
- id : mypy
29
29
files : src|tests
Original file line number Diff line number Diff line change @@ -316,9 +316,9 @@ ignore = [
316
316
" RET505" ,
317
317
" RET506" ,
318
318
" RUF005" ,
319
+ " RUF043" ,
319
320
" SIM108" ,
320
321
" TRY003" ,
321
- " UP038" , # https://github.com/astral-sh/ruff/issues/7871
322
322
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
323
323
" W191" ,
324
324
" E111" ,
You can’t perform that action at this time.
0 commit comments