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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.7...v0.7.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
- [github.com/abravalheri/validate-pyproject: v0.19 → v0.21](abravalheri/validate-pyproject@v0.19...v0.21)
- [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.13.0](pre-commit/mirrors-eslint@v9.11.0...v9.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent bd2f887 commit 3635fbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -32,12 +32,12 @@ repos:
- id: auto-walrus

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.0
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black # See pyproject.toml for args

Expand All @@ -55,7 +55,7 @@ repos:
- id: cython-lint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy # See pyproject.toml for args
additional_dependencies:
Expand All @@ -66,12 +66,12 @@ repos:
- types-simplejson

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
rev: v0.21
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.0
rev: v9.13.0
hooks:
- id: eslint
types: [file]
Expand Down

0 comments on commit 3635fbd

Please sign in to comment.