Skip to content

Commit

Permalink
Merge branch 'rthalley:main' into register_type_by_class
Browse files Browse the repository at this point in the history
  • Loading branch information
bwelling authored Nov 27, 2024
2 parents 42c9a69 + e6373b6 commit dd07cf2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,17 @@ lint.select = [
# isort
"I",
]
lint.ignore = ["E501", "E741", "F401", "I001", "B904", "B011", "UP006", "UP035"]
lint.ignore = [
"E501",
"E741",
"F401",
"I001",
"B904",
"B011",
"UP006",
"UP031",
"UP035",
]
lint.exclude = ["tests/*"]

[tool.isort]
Expand Down

0 comments on commit dd07cf2

Please sign in to comment.