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/pdm-project/pdm: 2.7.2 → 2.9.2](pdm-project/pdm@2.7.2...2.9.2)
- [github.com/commitizen-tools/commitizen: 3.2.2 → 3.9.0](commitizen-tools/commitizen@3.2.2...3.9.0)
- [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.26.3](python-jsonschema/check-jsonschema@0.23.1...0.26.3)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.270...v0.0.290)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 18, 2023
1 parent 2960b49 commit 7e40638
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 @@ -31,43 +31,43 @@ repos:
- id: detect-private-key

- repo: https://github.com/pdm-project/pdm
rev: 2.7.2
rev: 2.9.2
hooks:
- id: pdm-lock-check

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.2.2
rev: 3.9.0
hooks:
- id: commitizen
additional_dependencies:
- emotional

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

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
hooks:
- id: ruff

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

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

0 comments on commit 7e40638

Please sign in to comment.