Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 8aa597d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2)
1 parent 0a03e43 commit 8aa597d

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
@@ -29,7 +29,7 @@ repos:
2929
- id: check-merge-conflict
3030
name: Merge Conflicts
3131
- repo: https://github.com/psf/black
32-
rev: 23.11.0
32+
rev: 23.12.0
3333
hooks:
3434
- id: black
3535
name: Black Formatting
@@ -45,7 +45,7 @@ repos:
4545
types: [file, python]
4646
args: [--max-line-length=100, --ignore=E203 E301 E302 E501 E402 E704 W503 W504]
4747
- repo: https://github.com/pycqa/isort
48-
rev: 5.13.0
48+
rev: 5.13.2
4949
hooks:
5050
- id: isort
5151
name: isort Formatting

0 commit comments

Comments
 (0)