Skip to content

Commit f25bf39

Browse files
committed
chore: remove all ignored lint rules
1 parent 19eef18 commit f25bf39

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ select = [
114114
"I", # isort
115115
"ANN", # flake8-annotations
116116
]
117-
ignore = [
118-
"E203",
119-
"E231",
120-
"E266",
121-
"E501",
122-
"ANN401",
123-
]
124117

125118
[tool.ruff.lint.per-file-ignores]
126119
"tests/*" = ["ANN"]

0 commit comments

Comments
 (0)