Skip to content

Commit 79b2e13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.7.0](asottile/pyupgrade@v3.3.2...v3.7.0)
1 parent 1408177 commit 79b2e13

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)