diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19943f73..f657d71e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -41,7 +41,7 @@ repos: - id: absolufy-imports - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black-jupyter