Skip to content

Commit 88f56ec

Browse files
committed
remove E999
1 parent 859a4ea commit 88f56ec

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
@@ -119,7 +119,7 @@ target-version = "py38"
119119
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
120120
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
121121
# McCabe complexity (`C901`) by default.
122-
select = ["F821", "F822", "E999", "E902", "F401", "F841"]
122+
select = ["F821", "F822", "E902", "F401", "F841"]
123123
ignore = []
124124

125125
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)