Skip to content

Commit e9ecc65

Browse files
[pre-commit.ci] pre-commit autoupdate (#1374)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [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) * chore: pin packaging when typing Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent e8e3150 commit e9ecc65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.3.0
17+
rev: v3.3.1
1818
hooks:
1919
- id: pyupgrade
2020
args: ["--py37-plus"]
@@ -29,14 +29,14 @@ repos:
2929
stages: [manual]
3030

3131
- repo: https://github.com/PyCQA/isort
32-
rev: 5.10.1
32+
rev: 5.11.0
3333
hooks:
3434
- id: isort
3535
args: ["-a", "from __future__ import annotations"]
3636
exclude: ^cibuildwheel/resources/.*py$
3737

3838
- repo: https://github.com/psf/black
39-
rev: 22.10.0
39+
rev: 22.12.0
4040
hooks:
4141
- id: black
4242

@@ -55,7 +55,7 @@ repos:
5555
args: ["--python-version=3.7"]
5656
additional_dependencies: &mypy-dependencies
5757
- nox
58-
- packaging>=21.0
58+
- packaging~=21.0
5959
- pygithub
6060
- rich
6161
- tomli

0 commit comments

Comments
 (0)