Skip to content

Commit

Permalink
Add "I001" to ruff ignore as ruff doesn't fully support isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional authored Jan 31, 2024
1 parent 6e2da21 commit 1f593a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ ignore = [
"PT018", # Assertion should be broken down into multiple parts
"Q000", # Single quotes found but double quotes preferred
"S101", # Use of assert detected
"I001", # Import block is un-sorted (we use isort directly as ruff sort isn't fully supported)
]

0 comments on commit 1f593a0

Please sign in to comment.