Skip to content

Commit ef34212

Browse files
committed
flake8 doesn't understand @typing.overload
1 parent 60d6d16 commit ef34212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sign = 1
3232
[flake8]
3333
per-file-ignores =
3434
python_utils/types.py: F403,F405
35-
ignore = W391, W503, E741, E203
35+
ignore = W391, W503, E741, E203, F811
3636
exclude =
3737
docs
3838

0 commit comments

Comments
 (0)