diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee71226..e42d91f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: @@ -16,32 +16,32 @@ repos: hooks: - id: pyaphid - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 # replace with latest tag on GitHub + rev: 1.20.0 # replace with latest tag on GitHub hooks: - id: blacken-docs additional_dependencies: - black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.9" + rev: "v0.12.12" hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/jvllmr/pre-commit-prettier - rev: v3.5.0 + rev: v3.6.2 hooks: - id: prettier additional_dependencies: [prettier@latest, prettier-plugin-toml@latest] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v1.17.1" hooks: - id: mypy exclude: ^tests/.* additional_dependencies: - sqlalchemy>=2.0.0 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer