build fixes #415: Bump ruff from 0.1.1 to 0.3.2

This commit is contained in:
Gary Gale
2024-11-09 22:50:09 +00:00
parent d76c4d7561
commit ba6e8a10c2
4 changed files with 28 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ skip_install = true
commands_pre =
poetry install --no-root --with=linting --sync --all-extras
commands =
ruff check --show-source .
ruff check .
mypy
pyright