Skip to content

Commit

Permalink
Ignore flake8 warning about whitespace before ':'
Browse files Browse the repository at this point in the history
Summary:
Ignore sometimes incorrect flake8 warning about whitespace before ':'

See psf/black#315

Differential Revision: D13565818

fbshipit-source-id: ce3ff158da2e4443e44f01c86dcbd889c9f5bcc1
  • Loading branch information
ggoossen authored and facebook-github-bot committed Jan 2, 2019
1 parent eeb1467 commit f3e04f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 120
ignore = E305,E402,E721,E741,F401,F403,F405,F821,F841,F999,W503,W504
ignore = E203,E305,E402,E721,E741,F401,F403,F405,F821,F841,F999,W503,W504
exclude = docs/src,venv,third_party,caffe2,scripts,docs/caffe2,tools/amd_build/pyHIPIFY,torch/lib/include,torch/lib/tmp_install

0 comments on commit f3e04f4

Please sign in to comment.