diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0dca0d..76888c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-executables-have-shebangs - id: check-yaml - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -36,7 +36,7 @@ repos: flake8-2020==1.6.1, ] - repo: https://github.com/asottile/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==22.6.0]