diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d496c33e..2ff0d1ef5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^zmq/eventloop/minitornado/ repos: - repo: https://github.com/executablebooks/mdformat - rev: 0.7.15 # Use the ref you want to point at + rev: 0.7.16 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -43,7 +43,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks