pre-commit autoupdate

This commit is contained in:
NormannK 2025-02-16 15:21:41 +01:00
parent 694655311f
commit e7143f6540

View File

@ -12,12 +12,12 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
exclude: '\.rst$' # Exclude .rst files exclude: '\.rst$' # Exclude .rst files
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.13.2 rev: 6.0.0
hooks: hooks:
- id: isort - id: isort
name: isort name: isort
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8 rev: v0.9.6
hooks: hooks:
# Run the linter and fix simple issues automatically # Run the linter and fix simple issues automatically
- id: ruff - id: ruff
@ -25,7 +25,7 @@ repos:
# Run the formatter. # Run the formatter.
- id: ruff-format - id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.13.0' rev: 'v1.15.0'
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: additional_dependencies: