Skip to content

Commit d0a9aa5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent 63fdc46 commit d0a9aa5

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
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.10.0
5+
rev: 23.1.0
66
hooks:
77
- id: black
88

@@ -12,7 +12,7 @@ repos:
1212
- id: flake8
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.10.1
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818

0 commit comments

Comments
 (0)