Add basic flake8 configuration
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
34243a93bf
commit
0b3057074e
1 changed files with 9 additions and 0 deletions
9
setup.cfg
Normal file
9
setup.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
[flake8]
|
||||
show-source = True
|
||||
max-line-length = 100
|
||||
exclude = .git,.tox,dist,*egg,build,tools
|
||||
#ignore =
|
||||
|
||||
# Configure flake8-import-order
|
||||
application-import-names = generate_changelog,next_build
|
||||
import-order-style = google
|
Loading…
Add table
Add a link
Reference in a new issue