]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] pre-commit autoupdate
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 7 Feb 2023 04:43:06 +0000 (04:43 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 04:43:06 +0000 (04:43 +0000)
updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)

.pre-commit-config.yaml

index 0f24a4fe139e4676cf42efdc635df7223c076a2b..e734c0aa3806ba751c31b5921826fd73bd143eb3 100644 (file)
@@ -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