ci: run pre-commit on all files in CI
This commit is contained in:
parent
f91f7c5fbb
commit
56223132c0
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
# Install Manta, with optional dev-only dependencies
|
# Install Manta, with optional dev-only dependencies
|
||||||
python3 -m pip install ".[dev]"
|
python3 -m pip install ".[dev]"
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Run pre-commit against all files
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python3 -m ruff format --check
|
pre-commit run --all-files
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue