Skip to content

Commit f601cdd

Browse files
cicichen01facebook-github-bot
authored andcommitted
Add comment (#1248)
Summary: Pull Request resolved: #1248 As titled. Add comment for the rules for clarity. Reviewed By: cyrjano, vivekmig Differential Revision: D55035875 fbshipit-source-id: 303b067df6f62e75cc0ebc9dddacea0a6344a935
1 parent 949ec60 commit f601cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
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)