Skip to content

Commit 1408177

Browse files
authored
Merge pull request #36 from lhqing/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 38ad70c + 9e5fe13 commit 1408177

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.0-alpha.6
14+
rev: v3.0.0-alpha.9-for-vscode
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
@@ -44,7 +44,7 @@ repos:
4444
- id: trailing-whitespace
4545
- id: check-case-conflict
4646
- repo: https://github.com/PyCQA/autoflake
47-
rev: v2.0.2
47+
rev: v2.1.1
4848
hooks:
4949
- id: autoflake
5050
args:
@@ -64,7 +64,7 @@ repos:
6464
- flake8-bugbear
6565
- flake8-blind-except
6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.3.1
67+
rev: v3.3.2
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)