diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22aff98c7..8634a2a7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,14 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.1 hooks: - id: mypy exclude: '/qt_gui\.py$|tests/|generate_ver_file\.py$' additional_dependencies: [ types-PyYAML, types-requests, lxml ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.6 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]