diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81d9d396..301e384d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.1.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/PyCQA/autoflake - rev: v1.6.1 + rev: v1.7.2 hooks: - id: autoflake @@ -28,7 +28,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black