Skip to content

Commit

Permalink
Merge pull request #2 from Kamoppl/kamilg/add_pep8speak_config_file
Browse files Browse the repository at this point in the history
add pep8speak config file
  • Loading branch information
robertbaldyga authored Oct 10, 2024
2 parents 51ad9b3 + da0eaa4 commit 161d0fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# File : .pep8speaks.yml

scanner:
diff_only: True
linter: pycodestyle

pycodestyle:
max-line-length: 100
ignore:
- E402 # module level import not at top of file
- W503 # line break after binary operator

no_blank_comment: True

0 comments on commit 161d0fa

Please sign in to comment.