Skip to content

Commit 4c97bdd

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
updates: - [github.com/pycqa/isort: 5.10.1 → 5.11.0](PyCQA/isort@5.10.1...5.11.0) - [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 777ff44 commit 4c97bdd

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,12 +6,12 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.1
9+
rev: 5.11.0
1010
hooks:
1111
- id: isort
1212
name: isort (python)
1313
- repo: https://github.com/psf/black
14-
rev: 22.10.0
14+
rev: 22.12.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)