Skip to content

Commit d476937

Browse files
firstmoverfacebook-github-bot
authored andcommitted
Remove duplicate flake8 ignore config
Summary: Hi, thanks a lot for sharing this amazing project. While I was reading the code, I found there is a duplicate flake8 ignore config. This PR is to remove the duplicate item. Thanks. Pull Request resolved: #3132 Reviewed By: theschnitz Differential Revision: D29349703 Pulled By: ppwwyyxx fbshipit-source-id: e2047647c360482047051579e5d855597eba573a
1 parent 2cc9827 commit d476937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Keep in sync with setup.cfg which is used for source packages.
33

44
[flake8]
5-
ignore = W503, E203, E221, C901, C408, E741, C407, E741, B017
5+
ignore = W503, E203, E221, C901, C408, E741, C407, B017
66
max-line-length = 100
77
max-complexity = 18
88
select = B,C,E,F,W,T4,B9

0 commit comments

Comments
 (0)