diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2b497aca..44b68479c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: ["--application-directories", "examples"] additional_dependencies: ["setuptools>60.9"] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8