Skip to content

Commit

Permalink
Add pep8speaks config
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Sep 27, 2023
1 parent 6885fd4 commit 86f3b61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# File : .pep8speaks.yml

scanner:
diff_only: True
linter: pycodestyle # Other option is flake8

pycodestyle: # Same as scanner.linter value.
max-line-length: 79 # Default in PEP 8
ignore: # Errors and warnings to ignore
- W503 # line break before binary operator
- E203

0 comments on commit 86f3b61

Please sign in to comment.