Skip to content

Commit 7e433d4

Browse files
maurycyhugovk
andauthored
Update pyproject.toml
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent ee393e2 commit 7e433d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ exclude = [
114114

115115
[tool.ruff.lint]
116116
select = [
117-
"E",
118-
"F",
117+
"E", # pycodestyle errors
118+
"F", # pyflakes errors
119119
]
120120

121121
ignore = [

0 commit comments

Comments
 (0)