Skip to content

Commit

Permalink
Ignoring unused import in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed May 15, 2024
1 parent 7fc4925 commit 310d280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ ignore = [
"__init__.py" = [
"F401", # unused-import
]
"docs/source/conf.py" = [
"E402", # unused-import
]

[tool.ruff.format]
quote-style = "single"
Expand Down

0 comments on commit 310d280

Please sign in to comment.