Skip to content

Commit

Permalink
fix per-file-ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Aug 30, 2024
1 parent 4e810ad commit 17876ce
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 @@ -145,7 +145,7 @@ select = [

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
"examples" = ["E501"] # ignore too long lines in example ipynb
"examples/*" = ["E501"] # ignore too long lines in example ipynb

[tool.pytest.ini_options]
minversion = '6.0'
Expand Down

0 comments on commit 17876ce

Please sign in to comment.