Skip to content

Commit

Permalink
pre-commit: auto-update hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.1.7...v0.4.1)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.9.0](pre-commit/mirrors-mypy@v1.7.1...v1.9.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.4.0](psf/black-pre-commit-mirror@23.11.0...24.4.0)
- [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] authored Apr 22, 2024
1 parent 300b66f commit 8a5aace
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
@@ -1,27 +1,27 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

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

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

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 24.4.0
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 8a5aace

Please sign in to comment.