Lint the syntax of changes
This commit is contained in:
parent
493fc60401
commit
28e4ae44fb
7 changed files with 67 additions and 4 deletions
7
.flake8
Normal file
7
.flake8
Normal file
|
@ -0,0 +1,7 @@
|
|||
[flake8]
|
||||
max-line-length = 100
|
||||
extend-ignore = E203, W503
|
||||
per-file-ignores =
|
||||
configuration/*:E131,E251,E266,E302,E305,E501,E722
|
||||
startup_scripts/startup_script_utils/__init__.py:F401
|
||||
docker/*:E266,E722
|
Loading…
Add table
Add a link
Reference in a new issue