You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.poe.tasks]
- fmt = "ruff format"
- format.ref = "fmt"
- lint = "ruff check"
- mypy = "mypy --config-file $POE_ROOT/../../pyproject.toml src tests"
- pyright = "pyright"
|