Skip to content

Commit db3ead1

Browse files
authored
Ignore some flake8 codes (pytorch#7462)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
1 parent 2b25d67 commit db3ead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ max-line-length = 120
1010
[flake8]
1111
# note: we ignore all 501s (line too long) anyway as they're taken care of by black
1212
max-line-length = 120
13-
ignore = E203, E402, W503, W504, F821, E501
13+
ignore = E203, E402, W503, W504, F821, E501, B, C4, EXE
1414
per-file-ignores =
1515
__init__.py: F401, F403, F405
1616
./hubconf.py: F401

0 commit comments

Comments
 (0)