mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-29 07:40:11 +01:00
Switch to pyproject.toml, and to ruff from flake8
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user