You've already forked RecordFlux-devutils
mirror of
https://github.com/AdaCore/RecordFlux-devutils.git
synced 2026-02-12 13:10:44 -08:00
29 lines
593 B
INI
29 lines
593 B
INI
[metadata]
|
|
name = RecordFlux-devutils
|
|
version = 0.1.1
|
|
license = Apache-2.0
|
|
description = Linter configs and custom checkers
|
|
url = https://github.com/Componolit/RecordFlux-devutils
|
|
|
|
[options]
|
|
packages = devutils
|
|
python_requires = >=3.10
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
devutils = py.typed
|
|
|
|
[options.extras_require]
|
|
devel =
|
|
black ==24.10.0
|
|
mypy ==1.9.0
|
|
pytest >=8, <9
|
|
pytest-cov >=4, <5
|
|
pytest-xdist >=3, <4
|
|
python-kacl ==0.4.6
|
|
ruff ==0.3.4
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
check_commit_messages = devutils.check_commit_messages:main
|