Skip to content

Commit 72b6e38

Browse files
[pre-commit.ci] pre-commit autoupdate (mathbunnyru#24)
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 98b603e commit 72b6e38

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
@@ -21,14 +21,14 @@ repos:
2121

2222
# Automatically sort python imports
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.11.4
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
args: [--profile, black]
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 22.12.0
31+
rev: 23.1.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]

0 commit comments

Comments
 (0)