Skip to content

Commit 671707b

Browse files
makbigcjreback
authored andcommitted
Remove duplicate config .pep8speaks.yml (#26226)
1 parent 64104ec commit 671707b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.pep8speaks.yml

-15
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,3 @@
22

33
scanner:
44
diff_only: True # If True, errors caused by only the patch are shown
5-
6-
# Opened issue in pep8speaks, so we can directly use the config in setup.cfg
7-
# (and avoid having to duplicate it here):
8-
# https://github.com/OrkoHunter/pep8speaks/issues/95
9-
10-
pycodestyle:
11-
max-line-length: 79
12-
ignore:
13-
- W503, # line break before binary operator
14-
- W504, # line break after binary operator
15-
- E402, # module level import not at top of file
16-
- E731, # do not assign a lambda expression, use a def
17-
- C406, # Unnecessary list literal - rewrite as a dict literal.
18-
- C408, # Unnecessary dict call - rewrite as a literal.
19-
- C409 # Unnecessary list passed to tuple() - rewrite as a tuple literal.

0 commit comments

Comments
 (0)