Skip to content

Commit 2ee7713

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent fa3f2ed commit 2ee7713

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
@@ -1,14 +1,14 @@
11
repos:
22

33
- repo: https://github.com/pycqa/isort
4-
rev: 5.11.4
4+
rev: 5.12.0
55
hooks:
66
- id: isort
77
name: isort (python)
88
args: [ "--profile", "black", "--filter-files" ]
99

1010
- repo: https://github.com/psf/black
11-
rev: 22.12.0
11+
rev: 23.1.0
1212
hooks:
1313
- id: black
1414

0 commit comments

Comments
 (0)