Skip to content

Commit c110d40

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hakancelikdev/unimport: 0.12.1 → 004b5dd0c8112330275beb52c4ccfce016a4b945](hakancelikdev/unimport@0.12.1...004b5dd) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990) - [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/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
1 parent 95a1356 commit c110d40

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
@@ -10,7 +10,7 @@ repos:
1010
- id: isort
1111

1212
- repo: https://github.com/hakancelikdev/unimport
13-
rev: 0.12.1
13+
rev: 004b5dd0c8112330275beb52c4ccfce016a4b945
1414
hooks:
1515
- id: unimport
1616
args: [--config=pyproject.toml]
@@ -22,13 +22,13 @@ repos:
2222
args: [--config=pyproject.toml]
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v0.982
25+
rev: v0.990
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: [types-toml==0.1.3]
2929

3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v3.0.0-alpha.3
31+
rev: v3.0.0-alpha.4
3232
hooks:
3333
- id: prettier
3434
args: [--prose-wrap=always, --print-width=88]
@@ -40,7 +40,7 @@ repos:
4040
files: "\\.(py|.txt|.yaml|.json|.in|.md|.toml|.cfg|.html|.yml)$"
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.1.0
43+
rev: v3.2.2
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py38-plus]

0 commit comments

Comments
 (0)