File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 42
42
- prettier-plugin-toml
43
43
- prettier-plugin-sort-json
44
44
45
- - repo : https://github.com/psf/black-pre-commit-mirror
45
+ - repo : https://github.com/psf/black
46
46
rev : 24.4.2
47
47
hooks :
48
48
- id : black
58
58
- id : tox-ini-fmt
59
59
60
60
- repo : https://github.com/astral-sh/ruff-pre-commit
61
- rev : " v0.4.4 "
61
+ rev : " v0.4.5 "
62
62
hooks :
63
63
- id : ruff
64
64
args :
@@ -98,14 +98,11 @@ repos:
98
98
additional_dependencies :
99
99
- pytest
100
100
- subprocess_tee
101
- - tox
102
101
- types-PyYAML
103
102
- types-setuptools
104
- args :
105
- - src
106
- - tests
107
- - --python-version=3.11
108
- pass_filenames : false
103
+ # Override default pre-commit '--ignore-missing-imports'
104
+ args : [--strict]
105
+
109
106
- repo : https://github.com/jazzband/pip-tools
110
107
rev : 7.4.1
111
108
hooks :
Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ disable = [
293
293
" W3201" , # bad-dunder-name / ruff PLW3201
294
294
" W3301" , # nested-min-max / ruff PLW3301
295
295
" duplicate-code" ,
296
- " fixme" ,
297
296
" too-few-public-methods" ,
298
297
" unsubscriptable-object"
299
298
]
You can’t perform that action at this time.
0 commit comments