diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100755 new mode 100644 index 6350c9c..26923ec --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,19 +2,19 @@ exclude: .+\.ambr repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.19.1 hooks: - id: pyupgrade args: - --py38-plus - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.5.0 hooks: - id: pycln args: - "--config=pyproject.toml" - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/jvllmr/pyaphid @@ -22,7 +22,7 @@ repos: hooks: - id: pyaphid - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: @@ -32,24 +32,24 @@ repos: hooks: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.5" + rev: "v0.9.4" hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: [prettier@latest, prettier-plugin-toml@latest] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: check-toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.14.1 hooks: - id: mypy exclude: ^tests/.*