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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6)
- [github.com/abravalheri/validate-pyproject: v0.19 → v0.23](abravalheri/validate-pyproject@v0.19...v0.23)
- [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.17.0](pre-commit/mirrors-eslint@v9.11.0...v9.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 302c66b commit d5cc5c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -38,7 +38,7 @@ repos:
args: [ --fix ]

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

Expand All @@ -51,7 +51,7 @@ repos:
args: ["--skip", "*.mjs"]

- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.16.2
rev: v0.16.6
hooks:
- id: cython-lint

Expand All @@ -67,12 +67,12 @@ repos:
- types-simplejson

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

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

0 comments on commit d5cc5c2

Please sign in to comment.