Skip to content

Commit d64a3e7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0)
1 parent 78a94bd commit d64a3e7

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
@@ -11,13 +11,13 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 5.12.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --filter-files, --line-length, "79"]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.3.0
20+
rev: 23.7.0
2121
hooks:
2222
- id: black
2323
args: [--line-length, "79"]

0 commit comments

Comments
 (0)