diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fec61fe332..381d469969 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v2.23.0 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -60,13 +60,13 @@ repos: args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120] - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.9b0 hooks: - id: black name: Format code - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: v1.11.0 hooks: - id: blacken-docs args: [ --line-length=120 ]