Skip to content

Commit

Permalink
Merge pull request #8670 from internetarchive/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mekarpeles authored Jan 8, 2024
2 parents c6f6c6c + d368756 commit 711c59e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ repos:
- id: auto-walrus

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

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

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy # See pyproject.toml for args
additional_dependencies:
Expand All @@ -66,7 +66,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.56.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
types: [file]
Expand Down

0 comments on commit 711c59e

Please sign in to comment.