Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit d630eb7

Browse files
committed
Update pep8speaks config to ignore migrations
1 parent db21faa commit d630eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pep8speaks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ scanner:
77
pycodestyle: # Same as scanner.linter value. Other option is flake8
88
max-line-length: 100 # Default is 79 in PEP 8
99
ignore: # Errors and warnings to ignore
10+
exclude: ["*migrations*"]
1011

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

0 commit comments

Comments
 (0)