summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-07 04:43:06 +0000
committerGitHub <noreply@github.com>2023-02-07 04:43:06 +0000
commit42b3a35410aa193f20d08edbb0da544758ddf90b (patch)
tree763b7fb03f7cdeb0b9f0f9d08e2f13c23439901f
parent795ab3db021f34bd06888732ac016f45564537d1 (diff)
downloadjinja2-42b3a35410aa193f20d08edbb0da544758ddf90b.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0f24a4f..e734c0a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
- rev: 22.12.0
+ rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8