Skip to content

Commit 5f52621

Browse files
[pre-commit.ci] pre-commit autoupdate (#110)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.0](PyCQA/isort@5.10.1...5.11.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b40ae7 commit 5f52621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.10.0
19+
rev: 22.12.0
2020
hooks:
2121
- id: black
2222
args: ["--line-length", "100"]
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.10.1
25+
rev: 5.11.0
2626
hooks:
2727
- id: isort
2828
files: \.py$
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.3.0
32+
rev: v3.3.1
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]

0 commit comments

Comments
 (0)