Skip to content

Commit

Permalink
fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Dec 19, 2023
1 parent 4765a2c commit 4c0772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ target-version = 'py39'
docstring-code-format = true

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

[tool.setuptools]
include-package-data = false
Expand Down

0 comments on commit 4c0772b

Please sign in to comment.