Use poe for linting.

This commit is contained in:
Mikaël Capelle
2023-09-25 20:37:04 +02:00
parent 2c68322cf7
commit 5ca38c7269
3 changed files with 59 additions and 6 deletions
+1 -5
View File
@@ -21,8 +21,4 @@ jobs:
- name: Lint
run: |
cd basic_games
poetry run black . --check --diff
poetry run isort -c .
poetry run mypy .
poetry run ruff .
poetry run pyright .
poetry run poe lint-all