diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46e64a1..dda73f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: flake8 additional_dependencies: [flake8-import-order, flake8-bugbear] - repo: https://github.com/psf/black - rev: "22.1.0" + rev: "22.3.0" hooks: - id: black - repo: https://github.com/pycqa/isort