diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 5c13ebf991..2e1cfdde55 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -15,7 +15,7 @@ env: # renovate: datasource=python-version depName=python PYTHON_VERSION: "3.12" # renovate: datasource=pypi depName=black - BLACK_VERSION: "24.8.0" + BLACK_VERSION: "24.10.0" permissions: {} jobs: run-black: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 654600c509..a170f94306 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: markdownlint-fix # Using this mirror lets us use mypyc-compiled black, which is about 2x faster - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black-jupyter - repo: https://github.com/pycqa/flake8