diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-24 16:21:05 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-02-24 16:41:06 -0300 |
| commit | a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd (patch) | |
| tree | 7c5a64a834199495a4a5489cef3ce863c1192945 /tox.ini | |
| parent | 490e49556449edc6d566017342c62473ca2a309b (diff) | |
[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ commands = [testenv:black] basepython = python3 usedevelop = false -deps = black +deps = black == 25.12.0 changedir = {toxinidir} commands = black --check --diff . |
