Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/hakancelikdev/unimport: 0.12.1 → 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5](hakancelikdev/unimport@0.12.1...33ead41)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v3.0.0-alpha.4)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/asottile/pyupgrade: v3.1.0 → v3.3.0](asottile/pyupgrade@v3.1.0...v3.3.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2022
1 parent ab15cdc commit 3faa050
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: isort

- repo: https://github.com/hakancelikdev/unimport
rev: 0.12.1
rev: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5
hooks:
- id: unimport
args: [--config=pyproject.toml]
Expand All @@ -22,25 +22,25 @@ repos:
args: [--config=pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v0.991
hooks:
- id: mypy
additional_dependencies: [types-toml==0.1.3]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.3
rev: v3.0.0-alpha.4
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
files: "\\.(py|.txt|.yaml|.json|.in|.md|.toml|.cfg|.html|.yml)$"

- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.3.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 3faa050

Please sign in to comment.