diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8570e96..7a63ce6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,11 +2,11 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/PyCQA/autoflake - rev: v1.6.1 + rev: v1.7.6 hooks: - id: autoflake args: @@ -36,7 +36,7 @@ repos: - id: docformatter args: ["--in-place", "--wrap-summaries=88"] - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.1.0 hooks: - id: pyupgrade args: ["--py36-plus"]