Exclude .github from flake8 tests

This commit is contained in:
Odd Stråbø 2021-10-17 23:30:30 +02:00
parent 9fe85ce284
commit c6d4125853
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[flake8] [flake8]
max-line-length = 9999 max-line-length = 9999
import-order-style = pep8 import-order-style = pep8
exclude = .git,.vscode,libraries,build.py exclude = .git,.vscode,libraries,build.py,.github
extend-ignore = extend-ignore =
I202 I202
per-file-ignores = per-file-ignores =