⚙ pre-commit: Update hooks

pull/113/head
Mike Gerber 2 months ago
parent 4047f8b6e5
commit d1a2247615

@ -16,7 +16,7 @@ repos:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4 rev: v0.5.1
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.10.0 rev: v1.10.1
hooks: hooks:
- additional_dependencies: - additional_dependencies:
- types-setuptools - types-setuptools
@ -36,6 +36,6 @@ repos:
id: mypy id: mypy
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.3.1post2 rev: v0.3.3post1
hooks: hooks:
- id: pre-commit-update - id: pre-commit-update

Loading…
Cancel
Save