Skip to content

Commit 42aafb5

Browse files
mesh-1697: removing exclusions
1 parent 16226d7 commit 42aafb5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,12 @@ select = [
8181
"SIM", # flake8-simplify
8282
]
8383
src = ["."]
84-
ignore = [
85-
"PT004",
86-
]
84+
ignore = []
8785
exclude = [
8886
".git",
8987
".venv",
9088
]
91-
unfixable = ["SIM112"]
89+
unfixable = []
9290
line-length = 120
9391
target-version = "py310"
9492

0 commit comments

Comments
 (0)