Linting, pre-commit
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "falyx"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "Reliable and introspectable async CLI action framework."
|
||||
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
|
||||
license = "MIT"
|
||||
@ -18,6 +18,12 @@ python-json-logger = "^3.3.0"
|
||||
pytest = "^7.0"
|
||||
pytest-asyncio = "^0.20"
|
||||
ruff = "^0.3"
|
||||
toml = "^0.10"
|
||||
black = { version = "^25.0", allow-prereleases = true }
|
||||
mypy = { version = "^1.0", allow-prereleases = true }
|
||||
isort = { version = "^5.0", allow-prereleases = true }
|
||||
pytest-cov = "^4.0"
|
||||
pytest-mock = "^3.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
sync-version = "scripts.sync_version:main"
|
||||
|
Reference in New Issue
Block a user