Skip to content

Commit 0fe1aac

Browse files
committed
fix pyproject.toml
1 parent c3b01f8 commit 0fe1aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ target-version = "py310" # oldest supported Python version
2929
fix = true
3030
extend-exclude = [".cache", ".coverage", "build", "venv*"]
3131
lint.select = [
32-
"C",
3332
"E",
3433
"W",
3534
"F",
@@ -67,3 +66,4 @@ reportPrivateUsage = "none"
6766
reportAttributeAccessIssue = "none"
6867
reportUnknownMemberType = "none"
6968
reportUnusedFunction = "none"
69+
reportUnnecessaryIsInstance = "none"

0 commit comments

Comments
 (0)