mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
f5c847b9ad
https://github.com/jedie/manageprojects and https://github.com/jedie/cookiecutter_templates/ Also: * update requirements * Remove Python 3.7 and 3.8 support * Add Python 3.11 to test matrix
7 lines
164 B
INI
7 lines
164 B
INI
#
|
|
# Move to pyproject.toml after: https://github.com/PyCQA/flake8/issues/234
|
|
#
|
|
[flake8]
|
|
exclude = .*, dist, htmlcov, local_test
|
|
ignore = F405
|
|
max-line-length = 119
|