summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 13:59:02 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2026-03-30 15:55:07 -0400
commit90924f5276de80a74ffbc51126ed81595dd2157a (patch)
tree97f9adb24e77e6a8d5262b387796fa444a6582a0 /.pre-commit-config.yaml
parent0ee44c674cf61efbca2056c40f3e4f2335aaeee6 (diff)
[5.2.x] Bumped black to 26.3.1.
Although Django was not affected by the security issue patched in black 26.3.0, it's worth upgrading to satisfy the zizmor check.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 238088b631..bda46ae729 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 26.1.0
+ rev: 26.3.1
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- - black==26.1.0
+ - black==26.3.1
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort