Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#473)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5)
- [github.com/pdm-project/pdm: 2.18.1 → 2.18.2](pdm-project/pdm@2.18.1...2.18.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 17, 2024
1 parent b9f2c7e commit 7cf2a11
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -19,7 +19,7 @@ repos:
additional_dependencies: [proto-plus-stubs, types-parsimonious, types-pyyaml, types-ujson]

- repo: https://github.com/pdm-project/pdm
rev: 2.18.1
rev: 2.18.2
hooks:
- id: pdm-lock-check
args: ["-G", ":all"]

0 comments on commit 7cf2a11

Please sign in to comment.