File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 with :
6969 persist-credentials : false
7070 - name : black
71- uses : psf/black@stable
71+ uses : psf/black@25.12.0
7272
7373 zizmor :
7474 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/psf/black-pre-commit-mirror
3- rev : 25.1 .0
3+ rev : 25.12 .0
44 hooks :
55 - id : black
66 exclude : \.py-tpl$
99 hooks :
1010 - id : blacken-docs
1111 additional_dependencies :
12- - black==25.1 .0
12+ - black==25.12 .0
1313 files : ' docs/.*\.txt$'
1414 args : ["--rst-literal-block"]
1515 - repo : https://github.com/PyCQA/isort
Original file line number Diff line number Diff line change 22asgiref >= 3.8.1
33argon2-cffi >= 19.2.0
44bcrypt
5- black
5+ black == 25.12.0
66docutils >= 0.19
77geoip2
88jinja2 >= 2.11.0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ commands =
3838[testenv:black]
3939basepython = python3
4040usedevelop = false
41- deps = black
41+ deps = black == 25.12.0
4242changedir = {toxinidir}
4343commands = black --check --diff .
4444
You can’t perform that action at this time.
0 commit comments