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 14, 2024
1 parent 2c9a810 commit 3106f0b
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 3106f0b

Please sign in to comment.