Skip to content

Commit

Permalink
⚙ pre-commit: Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Mar 26, 2024
1 parent 6b3697c commit 4dc6b7d
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 @@ -11,20 +11,20 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.12
rev: v0.3.4
hooks:
- args:
- --fix
- --exit-non-zero-on-fix
id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- additional_dependencies:
- types-setuptools
Expand All @@ -33,6 +33,6 @@ repos:
id: mypy

- repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.1.2
rev: v0.2.1
hooks:
- id: pre-commit-update

0 comments on commit 4dc6b7d

Please sign in to comment.