mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-10 02:05:40 +00:00
4ec9a0a7e8
Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
679 B
TOML
30 lines
679 B
TOML
[tool.poetry]
|
|
name = "spiffworkflow-arena"
|
|
version = "0.0.0"
|
|
description = "Spiffworkflow Arena"
|
|
authors = ["Jason Lantz <sartography@users.noreply.github.com>"]
|
|
license = "LGPL"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/sartography/spiffworkflow-arena"
|
|
repository = "https://github.com/sartography/spiffworkflow-arena"
|
|
classifiers = [
|
|
"Development Status :: 4 - Beta",
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.11,<3.13"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pre-commit = "^3.7.0"
|
|
black = ">=21.10b0"
|
|
ruff = "^0.3.5"
|
|
|
|
reorder-python-imports = "^3.12.0"
|
|
pre-commit-hooks = "^4.6.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
tomli = "^2.0.1"
|
|
|
|
[tool.black]
|
|
line-length = 130
|