Skip to content

Commit

Permalink
Ignore pep8 violations in file version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Dec 15, 2023
1 parent b1e1818 commit fa81200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ flake8: # Same as scanner.linter value
- W292 # no newline at the end of file (introduces W391)
- W503 # line break before binary operator
- W504 # line break after binary operator
exclude: # Exclude some files
- version.py

no_blank_comment: True # If True, no comment is made on PR without any errors.
descending_issues_order: False # If True, PEP 8 issues in message will be displayed in descending order of line numbers in the file
Expand Down

0 comments on commit fa81200

Please sign in to comment.