Skip to content

Commit

Permalink
Remove duplicate config .pep8speaks.yml (pandas-dev#26226)
Browse files Browse the repository at this point in the history
  • Loading branch information
makbigc authored and jreback committed Apr 28, 2019
1 parent 64104ec commit 671707b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,3 @@

scanner:
diff_only: True # If True, errors caused by only the patch are shown

# Opened issue in pep8speaks, so we can directly use the config in setup.cfg
# (and avoid having to duplicate it here):
# https://github.com/OrkoHunter/pep8speaks/issues/95

pycodestyle:
max-line-length: 79
ignore:
- W503, # line break before binary operator
- W504, # line break after binary operator
- E402, # module level import not at top of file
- E731, # do not assign a lambda expression, use a def
- C406, # Unnecessary list literal - rewrite as a dict literal.
- C408, # Unnecessary dict call - rewrite as a literal.
- C409 # Unnecessary list passed to tuple() - rewrite as a tuple literal.

0 comments on commit 671707b

Please sign in to comment.