Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.5...v0.4.7)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.05.24 → 2024.06.03](henryiii/validate-pyproject-schema-store@2024.05.24...2024.06.03)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 8f5ab80 commit 688a5c6
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 @@ -48,7 +48,7 @@ repos:
]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.5"
rev: "v0.4.7"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -98,6 +98,6 @@ repos:
- id: check-github-workflows

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.05.24
rev: 2024.06.03
hooks:
- id: validate-pyproject

0 comments on commit 688a5c6

Please sign in to comment.