diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eef6240f46..db6ec422f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,8 +49,8 @@ repos: name: "run isort in examples" files: ^examples/ - - repo: https://github.com/psf/black - rev: 23.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.9.1 hooks: - id: black name: "run black in all files" diff --git a/pyproject.toml b/pyproject.toml index f7f2b98b62..369abf8c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ tools = [ codemod = [ # run codemods on the respository (mostly automated typing) "libcst~=0.4.9", - "black==23.1.0", + "black==23.9.1", "autotyping==23.2.0", ] typing = [