Skip to content

Commit

Permalink
Run fix-lint during latest dependency check workflow (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo authored Oct 30, 2024
1 parent 5d76780 commit 05f7494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dependency_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python -m pip install .[dev]
make check-deps OUTPUT_FILEPATH=latest_requirements.txt
make fix-lint
- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dev = [
'Jinja2>=2,<4',

# style check
'ruff>=0.4.5,<0.7.2',
'ruff>=0.4.5,<1',

# distribute on PyPI
'twine>=1.10.0,<6',
Expand Down

0 comments on commit 05f7494

Please sign in to comment.