Skip to content

Commit 95a1f45

Browse files
[pre-commit.ci] pre-commit autoupdate (ProjectPythia#374)
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.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f5b0ba7 commit 95a1f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.11.0
13+
rev: 23.12.0
1414
hooks:
1515
- id: black
1616

@@ -25,7 +25,7 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.13.1
28+
rev: 5.13.2
2929
hooks:
3030
- id: isort
3131

0 commit comments

Comments
 (0)