diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50a3e77181..950bf004ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v2.23.2 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -71,20 +71,20 @@ repos: name: Format imports - 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 ] additional_dependencies: [ black==21.7b0 ] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.8 + rev: 0.7.10 hooks: - id: mdformat additional_dependencies: