Skip to content

Commit 4765a2c

Browse files
committed
ignore E501 for pyi files
1 parent 6e5ddf1 commit 4765a2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ docstring-code-format = true
156156

157157
[tool.ruff.per-file-ignores]
158158
'__init__.py' = ['F401']
159+
'*.pyi' = ['E501']
159160

160161
[tool.setuptools]
161162
include-package-data = false

0 commit comments

Comments
 (0)