diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-01-29 12:53:06 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 12:53:06 -0300 |
| commit | 71dd587da9b45f5b4cd4aa93f99a9b14d444801d (patch) | |
| tree | c0f45bb2e6ca787dbfb3cba9a803240bcf33b41a /.pre-commit-config.yaml | |
| parent | 74582b8d119a8c7d688538442b4149112b626057 (diff) | |
[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14facba6d0..0e65e53e3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.1 hooks: - id: black exclude: \.py-tpl$ @@ -9,7 +9,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 + - black==23.12.1 - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: |
