Skip to content

Commit e594c90

Browse files
committed
Update the ruff rules to check for warnings
1 parent 0d45b45 commit e594c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ line-length = 119
1414
[tool.ruff.lint]
1515
select = [
1616
"B", # bugbear: security warnings
17-
"E", # pycodestyle
17+
"E", # pycodestyle (error)
18+
"W", # pycodestyle (warning)
1819
"F", # pyflakes
1920
"I", # isort
2021
"ISC", # implicit string concatenation

0 commit comments

Comments
 (0)