Skip to content

Commit 869be3d

Browse files
cicichen01facebook-github-bot
authored andcommitted
Add comment
Summary: As titled. Add comment for the rules for clarity. Differential Revision: D55035875
1 parent e9f43bd commit 869be3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[flake8]
22
# E203: black and flake8 disagree on whitespace before ':'
33
# W503: black and flake8 disagree on how to place operators
4+
# E704: black and flake8 disagree on Multiple statements on one line (def)
45
ignore = E203, W503, E704
56
max-line-length = 88
67
exclude =

0 commit comments

Comments
 (0)