diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afae85f..f660fa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: flake8 additional_dependencies: [flake8-typing-imports==1.14.0] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-autopep8