Skip to content

Commit 47bc787

Browse files
Copilotpamelafox
andcommitted
Revert ruff command to 'ruff check .' and upgrade ruff to 0.12.5
Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
1 parent 923c8ad commit 47bc787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m pip install --upgrade pip
2828
python3 -m pip install -r requirements-dev.txt
2929
- name: Lint with ruff
30-
run: ruff .
30+
run: ruff check .
3131
- name: Check formatting with black
3232
run: black . --check --verbose
3333
- name: Run tests

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest
33
coverage
44
pytest-cov
55
black
6-
ruff
6+
ruff==0.12.5
77
pre-commit

0 commit comments

Comments
 (0)