diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c139a20..1653dbd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,31 +3,31 @@ default_stages: [pre-commit] repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.4.0 + rev: v3.6.0 hooks: - id: conventional-pre-commit stages: [commit-msg] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.6' + rev: 'v0.7.2' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] # TODO: Switch back to upstream docformatter # after https://github.com/PyCQA/docformatter/issues/289 is fixed - repo: https://github.com/PyCQA/docformatter - rev: eb1df34 + rev: v1.7.5 # rev: v1.7.5 hooks: - id: docformatter additional_dependencies: [tomli] args: [--in-place, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: ['types-requests', 'types-six'] - repo: https://github.com/pdm-project/pdm - rev: 2.17.3 + rev: 2.20.0.post1 hooks: - id: pdm-lock-check - id: pdm-export @@ -35,7 +35,7 @@ repos: files: ^pdm.lock$ stages: [manual] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout - repo: https://github.com/pre-commit/pre-commit-hooks @@ -58,7 +58,7 @@ repos: language_version: python3.10 stages: [manual] - repo: https://github.com/FHPythonUtils/LicenseCheck - rev: "2024.2" + rev: "2024.3" hooks: - id: licensecheck stages: [manual]