We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffc607 commit e925f0bCopy full SHA for e925f0b
1 file changed
pyproject.toml
@@ -144,6 +144,7 @@ minversion = '6.0'
144
145
[tool.ruff]
146
extend-exclude = [
147
+ '*.pyi',
148
'doc',
149
'setup.py',
150
]
@@ -158,7 +159,6 @@ target-version = 'py39'
158
159
docstring-code-format = true
160
161
[tool.ruff.per-file-ignores]
-'*.pyi' = ['E501']
162
'__init__.py' = ['F401']
163
164
[tool.setuptools]
0 commit comments