Skip to content

Commit 05f7494

Browse files
authored
Run fix-lint during latest dependency check workflow (#2272)
1 parent 5d76780 commit 05f7494

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dependency_checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
python -m pip install .[dev]
1818
make check-deps OUTPUT_FILEPATH=latest_requirements.txt
19+
make fix-lint
1920
- name: Create pull request
2021
id: cpr
2122
uses: peter-evans/create-pull-request@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dev = [
9292
'Jinja2>=2,<4',
9393

9494
# style check
95-
'ruff>=0.4.5,<0.7.2',
95+
'ruff>=0.4.5,<1',
9696

9797
# distribute on PyPI
9898
'twine>=1.10.0,<6',

0 commit comments

Comments
 (0)