Skip to content

Commit 501bfa5

Browse files
authored
Refactor comments in .flake8 (open-telemetry#3057)
1 parent a11c0cc commit 501bfa5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.flake8

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
[flake8]
22
ignore =
3-
E501 # line too long, defer to black
4-
W503 # allow line breaks before binary ops
5-
W504 # allow line breaks after binary ops
6-
E203 # allow whitespace before ':' (https://github.com/psf/black#slices)
3+
# line too long, defer to black
4+
E501
5+
6+
# allow line breaks before binary ops
7+
W503
8+
9+
# allow line breaks after binary ops
10+
W504
11+
12+
# allow whitespace before ':' (https://github.com/psf/black#slices)
13+
E203
14+
715
exclude =
816
.bzr
917
.git

0 commit comments

Comments
 (0)