Skip to content

Commit 5e8715d

Browse files
authored
Merge pull request #39 from lhqing/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b14a2c3 + 79b2e13 commit 5e8715d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.13.0
18+
rev: 1.14.0
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
2222
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/yesqa
26-
rev: v1.4.0
26+
rev: v1.5.0
2727
hooks:
2828
- id: yesqa
2929
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
- id: trailing-whitespace
4545
- id: check-case-conflict
4646
- repo: https://github.com/PyCQA/autoflake
47-
rev: v2.1.1
47+
rev: v2.2.0
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.2
67+
rev: v3.7.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)