Skip to content

Commit 99f2f44

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
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 → 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 edfa6d1 commit 99f2f44

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
@@ -11,11 +11,11 @@ repos:
1111
- id: requirements-txt-fixer
1212
- id: check-merge-conflict
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 23.11.0
18+
rev: 23.12.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)