Skip to content

Commit 314b6bd

Browse files
[pre-commit.ci] pre-commit autoupdate (#85)
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c9adcb5 commit 314b6bd

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
@@ -15,12 +15,12 @@ repos:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.12.0
18+
rev: 5.13.0
1919
hooks:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration
2222
- repo: https://github.com/psf/black
23-
rev: 23.9.1
23+
rev: 23.11.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)