Skip to content

Commit

Permalink
feat: update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Aug 6, 2024
1 parent 31b01b5 commit 4a15524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: check-github-workflows
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -36,7 +36,7 @@ repos:
- id: markdownlint-fix
args: [--ignore, LICENSE.md]
- repo: https://github.com/python-poetry/poetry
rev: "1.8"
rev: "1.8.0"
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit 4a15524

Please sign in to comment.