Skip to content

Commit bc7f436

Browse files
authored
Add back F401 rule to the linter (DataDog#20661)
* forgot to remove this from ignore * changelog
1 parent 9f5db83 commit bc7f436

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

ddev/changelog.d/20661.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add back F401 rule to the linter

ddev/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ ignore = [
113113
"B027",
114114
# Ignore McCabe complexity
115115
"C901",
116-
"F401",
117116
]
118117
unfixable = [
119118
# Don't touch unused imports

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ ignore = [
8484
"B905", # TODO: remove when we drop Python 2
8585
# Ignore McCabe complexity
8686
"C901",
87-
"F401",
8887
]
8988
unfixable = [
9089
# Don't touch unused imports

0 commit comments

Comments
 (0)