diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e4f3ac..6dbd2e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 21.11b1 hooks: - id: black - repo: https://github.com/myint/autoflake @@ -36,7 +36,7 @@ repos: - id: docformatter args: ["--in-place", "--wrap-summaries=88"] - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v2.29.1 hooks: - id: pyupgrade args: ["--py39-plus"]