diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dbd5c4..768380f 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.15.1 hooks: - id: pyupgrade args: @@ -20,11 +20,11 @@ repos: hooks: - id: pyaphid - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: v1.12.1 # replace with latest tag on GitHub + rev: 1.16.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.3.2" 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.9.0" hooks: - id: mypy exclude: ^tests/.*