Skip to content

Commit 926dcde

Browse files
[pre-commit.ci] pre-commit autoupdate (#298)
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> Co-authored-by: Tonye Jack <[email protected]>
1 parent 4332235 commit 926dcde

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
@@ -6,7 +6,7 @@ repos:
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.1
9+
rev: 5.11.4
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 22.10.0
23+
rev: 22.12.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)