⚙ pre-commit: Update hooks

pull/111/head
Mike Gerber 1 month ago
parent 6b3697c864
commit 4dc6b7dc04

@ -11,12 +11,12 @@ repos:
- id: check-ast - id: check-ast
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.12.1 rev: 24.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.12 rev: v0.3.4
hooks: hooks:
- args: - args:
- --fix - --fix
@ -24,7 +24,7 @@ repos:
id: ruff id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0 rev: v1.9.0
hooks: hooks:
- additional_dependencies: - additional_dependencies:
- types-setuptools - types-setuptools
@ -33,6 +33,6 @@ repos:
id: mypy id: mypy
- repo: https://gitlab.com/vojko.pribudic/pre-commit-update - repo: https://gitlab.com/vojko.pribudic/pre-commit-update
rev: v0.1.2 rev: v0.2.1
hooks: hooks:
- id: pre-commit-update - id: pre-commit-update

Loading…
Cancel
Save