Skip to content

Commit a4c45ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1)
1 parent 183fc8a commit a4c45ce

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
@@ -6,7 +6,7 @@ repos:
66
args: [-c=.yamllint.yml]
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.12.0
9+
rev: 5.13.2
1010
hooks:
1111
- id: isort
1212

@@ -30,7 +30,7 @@ repos:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.11.0
33+
rev: 24.1.1
3434
hooks:
3535
- id: black
3636
args: ["--safe"]

0 commit comments

Comments
 (0)