Skip to content

Commit

Permalink
ci(pre-commit): pre-commit.ci 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/pdm-project/pdm: 2.10.4 → 2.17.3](pdm-project/pdm@2.10.4...2.17.3)
- [github.com/commitizen-tools/commitizen: v3.13.0 → v3.29.0](commitizen-tools/commitizen@v3.13.0...v3.29.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.2 → 0.29.1](python-jsonschema/check-jsonschema@0.27.2...0.29.1)
- [github.com/psf/black: 23.11.0 → 24.8.0](psf/black@23.11.0...24.8.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.5.7](astral-sh/ruff-pre-commit@v0.1.7...v0.5.7)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.11.1](pre-commit/mirrors-mypy@v1.7.1...v1.11.1)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 12, 2024
1 parent e597a86 commit 39620be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: check-hooks-apply

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -31,44 +31,44 @@ repos:
- id: detect-private-key

- repo: https://github.com/pdm-project/pdm
rev: 2.10.4
rev: 2.17.3
hooks:
- id: pdm-lock-check

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.29.0
hooks:
- id: commitizen
additional_dependencies:
- emotional

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-dependabot

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.8.0
hooks:
- id: black

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
- types-PyYAML
exclude: docs/.*\.pyi?$

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 39620be

Please sign in to comment.