Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1374)
Browse files Browse the repository at this point in the history
* [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 <HenrySchreinerIII@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and henryiii committed Dec 14, 2022
1 parent e8e3150 commit e9ecc65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -29,14 +29,14 @@ repos:
stages: [manual]

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

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

Expand All @@ -55,7 +55,7 @@ repos:
args: ["--python-version=3.7"]
additional_dependencies: &mypy-dependencies
- nox
- packaging>=21.0
- packaging~=21.0
- pygithub
- rich
- tomli
Expand Down

0 comments on commit e9ecc65

Please sign in to comment.