mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 02:54:52 +00:00
poetry: Drop customizations.
Prepare for an updated Sphinx with a modern theme.
This commit is contained in:
@@ -32,7 +32,9 @@ jobs:
|
||||
poetry run python -m pip install --upgrade setuptools
|
||||
poetry install
|
||||
- name: Lint Python code
|
||||
run: poetry run flake8
|
||||
run: poetry run ruff check
|
||||
- name: Check Python formatting
|
||||
run: poetry run ruff format --check
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
- name: Lint docs
|
||||
|
||||
Reference in New Issue
Block a user