Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Add config for PEP8Speak (#269)
Browse files Browse the repository at this point in the history
* Add config for PEP8Speak

* Apply comments on review

 - Remove exceptions
  • Loading branch information
Vyacheslav-Smirnov authored and shssf committed Nov 3, 2019
1 parent 8e48b12 commit 935c839
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# File : .pep8speaks.yml

scanner:
diff_only: True # If False, the entire file touched by the Pull Request is scanned for errors. If True, only the diff is scanned.
linter: pycodestyle # Other option is flake8

pycodestyle: # Same as scanner.linter value. Other option is flake8
max-line-length: 120 # Default is 79 in PEP 8

no_blank_comment: True # If True, no comment is made on PR without any errors.

0 comments on commit 935c839

Please sign in to comment.