Switch to pyproject.toml, and to ruff from flake8

This commit is contained in:
Darren Eberly
2023-02-19 17:36:07 -05:00
parent 5a9d215ec3
commit 117ef785ec
5 changed files with 96 additions and 109 deletions

View File

@@ -32,9 +32,9 @@ jobs:
- name: wheel
run: |
python -m pip install -e .[tests]
- name: flake8
- name: ruff
run: |
flake8 pytiled_parser
ruff check pytiled_parser
- name: mypy
if: success() || failure()
run: |