Skip to content

Commit e925f0b

Browse files
committed
exclude pyi
1 parent 6ffc607 commit e925f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ minversion = '6.0'
144144

145145
[tool.ruff]
146146
extend-exclude = [
147+
'*.pyi',
147148
'doc',
148149
'setup.py',
149150
]
@@ -158,7 +159,6 @@ target-version = 'py39'
158159
docstring-code-format = true
159160

160161
[tool.ruff.per-file-ignores]
161-
'*.pyi' = ['E501']
162162
'__init__.py' = ['F401']
163163

164164
[tool.setuptools]

0 commit comments

Comments
 (0)