Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.29.2](python-jsonschema/check-jsonschema@0.28.0...0.29.2)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.3.2](tox-dev/tox-ini-fmt@1.3.1...1.3.2)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.2.3](tox-dev/pyproject-fmt@1.7.0...2.2.3)
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.8.0](psf/black-pre-commit-mirror@24.3.0...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.6.4](astral-sh/ruff-pre-commit@v0.3.4...v0.6.4)
- [github.com/pdm-project/pdm: 2.13.2 → 2.18.1](pdm-project/pdm@2.13.2...2.18.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 9, 2024
1 parent 32130be commit 28d90a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: trailing-whitespace
Expand All @@ -15,40 +15,40 @@ repos:
- id: fix-byte-order-marker

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.29.2
hooks:
- id: check-github-workflows
args: ["--verbose"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--write-changes", "--skip=pdm.lock"]

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.3.1"
rev: "1.3.2"
hooks:
- id: tox-ini-fmt

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.7.0"
rev: "2.2.3"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.14.1"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.6.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pdm-project/pdm
rev: 2.13.2
rev: 2.18.1
hooks:
- id: pdm-lock-check

0 comments on commit 28d90a9

Please sign in to comment.