⚙ pre-commit: Update hooks

pull/116/head
Mike Gerber 6 months ago
parent 2383730a55
commit 58a688b175

@ -11,12 +11,12 @@ repos:
- id: check-ast
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.3
hooks:
- args:
- --fix
@ -24,7 +24,7 @@ repos:
id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- additional_dependencies:
- types-setuptools
@ -35,7 +35,7 @@ repos:
- rapidfuzz
id: mypy
- repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.2.1
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.3.1post2
hooks:
- id: pre-commit-update

Loading…
Cancel
Save