Skip to content

Commit f2ea778

Browse files
CI(deps): Update black to v24.10.0 (#1221)
1 parent 3a68ab7 commit f2ea778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# renovate: datasource=python-version depName=python
1616
PYTHON_VERSION: "3.12"
1717
# renovate: datasource=pypi depName=black
18-
BLACK_VERSION: "24.8.0"
18+
BLACK_VERSION: "24.10.0"
1919
permissions: {}
2020
jobs:
2121
run-black:

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: markdownlint-fix
3030
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 24.8.0
32+
rev: 24.10.0
3333
hooks:
3434
- id: black-jupyter
3535
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)