Skip to content

Commit 2e5c11e

Browse files
ci(autoupdate): Autoupdating commit msg (Aeternalis-Ingenium#1)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/pycqa/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d204251 commit 2e5c11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repos:
2020
- id: trailing-whitespace
2121
files: ^backend/
2222
- repo: https://github.com/psf/black
23-
rev: 22.10.0
23+
rev: 22.12.0
2424
hooks:
2525
- id: black
2626
language_version: python3.11
2727
args:
2828
- --config=backend/pyproject.toml
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.10.1
30+
rev: 5.11.1
3131
hooks:
3232
- id: isort
3333
name: isort (python)

0 commit comments

Comments
 (0)