diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dbd5c4..09467f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade args: @@ -20,11 +20,11 @@ repos: hooks: - id: pyaphid - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: v1.12.1 # replace with latest tag on GitHub + rev: 1.18.0 # replace with latest tag on GitHub hooks: - id: blacken-docs additional_dependencies: @@ -34,16 +34,16 @@ repos: hooks: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.9" + rev: "v0.6.7" hooks: - id: ruff - 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/mirrors-mypy - rev: "v1.8.0" + rev: "v1.11.2" hooks: - id: mypy exclude: ^tests/.* @@ -51,7 +51,7 @@ repos: - "sqlalchemy<2.0" - "sqlalchemy2-stubs" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer