From: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:43:06 +0000 (+0000) Subject: [pre-commit.ci] pre-commit autoupdate X-Git-Tag: 3.1.3~21^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42b3a35410aa193f20d08edbb0da544758ddf90b;p=thirdparty%2Fjinja.git [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) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f24a4fe..e734c0aa 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