Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nybyhansen authored Jul 29, 2024
1 parent b06848e commit 3d08b7c
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 @@ -2,7 +2,7 @@ fail_fast: true

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 All @@ -16,23 +16,23 @@ repos:
args: [--allow-missing-credentials]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort

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

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.11.0
hooks:
- id: mypy
args: [--ignore-missing-imports, --show-error-codes]
Expand Down

0 comments on commit 3d08b7c

Please sign in to comment.