Skip to content

Commit

Permalink
Update pre-commits and github actions
Browse files Browse the repository at this point in the history
- ruff 0.6.1 -> 0.6.5
- gh-action-pypi-publish 1.8.11 -> 1.10.1
  • Loading branch information
larsevj committed Sep 16, 2024
1 parent 9128cd2 commit 22d1451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
find artifacts -name "*.whl" -exec mv '{}' dist/ \;
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.10.1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
exclude: test-data/eclipse/parse/ERROR.PRT # exact format is needed for testing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.5
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 22d1451

Please sign in to comment.