You've already forked RecordFlux-devutils
mirror of
https://github.com/AdaCore/RecordFlux-devutils.git
synced 2026-02-12 13:10:44 -08:00
25 lines
497 B
INI
25 lines
497 B
INI
[metadata]
|
|
name = RecordFlux-devutils
|
|
version = 0.1.1
|
|
license = AGPL-3.0
|
|
description = Linter configs and custom checkers
|
|
url = https://github.com/Componolit/RecordFlux-devutils
|
|
|
|
[options]
|
|
packages = devutils
|
|
python_requires = >=3.8
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
devutils = py.typed
|
|
|
|
[options.extras_require]
|
|
devel =
|
|
black ==23.7.0
|
|
mypy ==1.4.1
|
|
pytest >=7.2, <7.3
|
|
pytest-cov >=4.0, <4.1
|
|
pytest-xdist >=3.0, <3.1
|
|
python-kacl ==0.4.6
|
|
ruff ==0.0.282
|