diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 590a45fb..a8aa554d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -34,7 +34,7 @@ repos: additional_dependencies: [numpy<1.22, pyusb>=1.0] exclude: "^(build|docs|tests|dev|setup.py)" - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus]