Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 7, 2024
1 parent 61a1623 commit 06476de
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -35,21 +35,21 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
rev: "v0.4.3"
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
additional_dependencies: [toml]
- id: black-jupyter
additional_dependencies: [toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 06476de

Please sign in to comment.