Skip to content

Commit

Permalink
ignore tabs in indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aadibajpai committed Mar 29, 2019
1 parent 51a000c commit 82c85e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ scanner:

flake8: # Same as scanner.linter value. Other option is flake8
max-line-length: 120 # Default is 79 in PEP 8
ignore: # Errors and warnings to ignore
ignore:
- W191

only_mention_files_with_errors: True
descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file
Expand All @@ -20,4 +21,4 @@ message: # Customize the comment made by the bot
updated: # Messages when new commits are added to the PR
header: "Hello @{name}! Thanks for updating this PR. "
footer: "" # Why to comment the link to the style guide everytime? :)
no_errors: "There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: "
no_errors: "There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers: "

0 comments on commit 82c85e1

Please sign in to comment.