Skip to content

Commit a4ee623

Browse files
committedMar 31, 2022
chore: ignore dynamically typed expressions
1 parent 2d2143d commit a4ee623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ per-file-ignores =
66
test_filterset.py:N802
77
filters.py:A003
88
0001_initial.py:D100,D101,D104
9-
ignore = ANN002,ANN003,ANN101,ANN102,D106,D107
9+
ignore = ANN002,ANN003,ANN401,ANN101,ANN102,D106,D107
1010

1111
import-order-style = pycharm
1212
dictionaries=en_US,python,technical,django

0 commit comments

Comments
 (0)