Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit a5838c1

Browse files
[pre-commit.ci] pre-commit autoupdate (#176)
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent effd44e commit a5838c1

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
@@ -10,12 +10,12 @@ repos:
1010
- id: check-yaml
1111
# isort should run before black as black sometimes tweaks the isort output
1212
- repo: https://github.com/PyCQA/isort
13-
rev: 5.10.1
13+
rev: 5.11.4
1414
hooks:
1515
- id: isort
1616
# https://github.com/python/black#version-control-integration
1717
- repo: https://github.com/psf/black
18-
rev: 22.10.0
18+
rev: 22.12.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/keewis/blackdoc

0 commit comments

Comments
 (0)