diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19943f73..e530a21b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.14.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.9.1 hooks: - id: black-jupyter