This allows us to reuse code, e.g. to get info out of Koji, for both calculating release tags and generating the changelog. Signed-off-by: Nils Philippsen <nils@redhat.com>
9 lines
202 B
INI
9 lines
202 B
INI
[flake8]
|
|
show-source = True
|
|
max-line-length = 100
|
|
exclude = .git,.tox,dist,*egg,build,tools
|
|
#ignore =
|
|
|
|
# Configure flake8-import-order
|
|
application-import-names = rpmautospec
|
|
import-order-style = google
|