chore: cleanup

This commit is contained in:
Tiara Rodney 2026-03-27 19:00:09 +01:00
parent d8d32e1662
commit 9221fdcfe2
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
8 changed files with 23 additions and 2752 deletions

View file

@ -31,9 +31,9 @@ commands =
description = run type check on code base
labels = static
deps =
black
autopep8
commands =
black --check src tests
autopep8 --diff --exit-code src tests
[testenv:unit-py3{9-13}]
description = run type check on code base