Skip to content

Commit 4d060a9

Browse files
chore: update pre-commit hooks (#300)
updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [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.1](PyCQA/isort@5.10.1...5.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3560b47 commit 4d060a9

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
@@ -4,14 +4,14 @@ ci:
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.3.0
7+
rev: v3.3.1
88
hooks:
99
- id: pyupgrade
1010
args: &pyupver
1111
- --py37-plus
1212

1313
- repo: https://github.com/psf/black
14-
rev: 22.10.0
14+
rev: 22.12.0
1515
hooks:
1616
- id: black-jupyter
1717

@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232

3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.10.1
34+
rev: 5.11.1
3535
hooks:
3636
- id: isort
3737
args: ["-a", "from __future__ import annotations"]

0 commit comments

Comments
 (0)