Skip to content

Commit

Permalink
pre-commit: auto-update hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.7...v0.1.14)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2024
1 parent 300b66f commit 2fc54bf
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 @@ -8,20 +8,20 @@ repos:
- id: check-added-large-files

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
files: src
args: []
additional_dependencies: ["scipy"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -31,7 +31,7 @@ repos:
language_version: python3.11

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier

Expand Down

0 comments on commit 2fc54bf

Please sign in to comment.