Skip to content

Commit 4598c3e

Browse files
[pre-commit.ci] pre-commit autoupdate (#112)
updates: - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e36ed71 commit 4598c3e

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
@@ -22,7 +22,7 @@ repos:
2222
args: ["--in-place", "--remove-unused-variables"]
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.13.0
25+
rev: 5.13.2
2626
hooks:
2727
- id: isort
2828
args:
@@ -57,7 +57,7 @@ repos:
5757
- id: trailing-whitespace
5858

5959
- repo: https://github.com/psf/black
60-
rev: 23.11.0
60+
rev: 23.12.0
6161
hooks:
6262
- id: black
6363
args: ["--line-length", "120"]

0 commit comments

Comments
 (0)