We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a68ab7 commit f2ea778Copy full SHA for f2ea778
.github/workflows/black.yml
@@ -15,7 +15,7 @@ env:
15
# renovate: datasource=python-version depName=python
16
PYTHON_VERSION: "3.12"
17
# renovate: datasource=pypi depName=black
18
- BLACK_VERSION: "24.8.0"
+ BLACK_VERSION: "24.10.0"
19
permissions: {}
20
jobs:
21
run-black:
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: markdownlint-fix
30
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
31
- repo: https://github.com/psf/black-pre-commit-mirror
32
- rev: 24.8.0
+ rev: 24.10.0
33
hooks:
34
- id: black-jupyter
35
- repo: https://github.com/pycqa/flake8
0 commit comments