Skip to content

Commit 4c0772b

Browse files
author
Mathieu Scheltienne
committed
fix toml
1 parent 4765a2c commit 4c0772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ target-version = 'py39'
155155
docstring-code-format = true
156156

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

161161
[tool.setuptools]
162162
include-package-data = false

0 commit comments

Comments
 (0)