debian-koji/.flake8
Yu Ming Zhu 1e1a760da0 make flake8 targets and .flake8 config
it requires
```
pip install flake8
pip install flake8-import-order
```

or

```
dnf install python3-flake8 python3-flake8-import-order
```
2019-12-12 11:00:58 +00:00

20 lines
478 B
INI

[flake8]
select = I,C,F4
ignore = F
exclude = .git,
__pycache__,
tests,
docs,
./koji-*
filename = *.py
./cli/koji
./builder/kojid
./builder/mergerepos
./hub/rpmdiff
./util/kojira
./util/koji-gc
./util/koji-shadow
./util/koji-sweep-db
./vm/kojivmd
application_import_names = koji,koji_cli,kojihub,kojiweb,__main__
import_order_style = pep8