1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 11:12:14 +01:00

setup: Add extra_requires for linting

This commit is contained in:
Enno Gotthold 2022-12-05 14:51:28 +01:00
parent 3e1d91e4bd
commit a69104de6d
No known key found for this signature in database
GPG Key ID: 18569829AD881702

View File

@ -41,6 +41,11 @@ install_requires =
rpm
urllib3
[options.extras_require]
lint =
darker==1.5.1
mypy
[options.entry_points]
console_scripts =
osc = osc.babysitter:main