This repository has been archived on 2026-02-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
python/setup.cfg
Jef Roosens 58d3cff531
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
chore: configured flake8 & formatted code
2022-07-31 13:38:48 +02:00

18 lines
277 B
INI

[options]
install_requires =
aiohttp
[options.extras_require]
# Used inside tox for linting
lint =
black==22.3.0
flake8==4.0.1
flake8-black==0.3.3
# Required for the developer
develop =
%(lint)s
jedi
[flake8]
max-line-length = 88
extend-ignore = E203