diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e42d91f..3349029 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - --py39-plus - repo: https://github.com/hadialqattan/pycln - rev: v2.5.0 + rev: v2.6.0 hooks: - id: pycln args: @@ -22,19 +22,19 @@ repos: additional_dependencies: - black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.14.10" hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/jvllmr/pre-commit-prettier - rev: v3.6.2 + rev: v3.7.4 hooks: - id: prettier additional_dependencies: [prettier@latest, prettier-plugin-toml@latest] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.17.1" + rev: "v1.19.1" hooks: - id: mypy exclude: ^tests/.*