Skip to content

Commit

Permalink
MNT: Add breaking down asserts to safe fixes. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 17, 2025
1 parent 3f83f0d commit 94e4e3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ lint.per-file-ignores."tests/*.py" = [
"S101",
]
lint.extend-safe-fixes = [
# Move third-party import
"TC002",
# Move import out of type-checking block
"TC004",
# absolute imports
"TID252",
# module level imports
"E402",
# break down assert
"PT018",
# Move imports
"TC",
# absolute imports
"TID252",
]
lint.isort.known-first-party = [
"async_retriever",
Expand Down

0 comments on commit 94e4e3f

Please sign in to comment.