diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36ca9cc..2f1814b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: [--py3-plus] @@ -39,20 +39,20 @@ repos: hooks: - id: double-indent - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.14.1 hooks: - id: mypy - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v19.1.1' + rev: 'v19.1.6' hooks: - id: clang-format exclude: ^solpos(00)?.(c|h)