Skip to content

Commit e0026ec

Browse files
chore (pyproject.toml): exclude unused vars
Doesn't cover loops like last commit (a04dbe3)
1 parent a04dbe3 commit e0026ec

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
@@ -175,7 +175,7 @@ select = [
175175
# isort
176176
"I",
177177
]
178-
ignore = ["D203", "E203", "E251", "E266", "E401", "E402", "E501", "F401", "F403", "F405"]
178+
ignore = ["D203", "E203", "E251", "E266", "E401", "E402", "E501", "F401", "F403", "F405", "F841"]
179179

180180
# enable preview style formatting
181181
preview = true

0 commit comments

Comments
 (0)