Skip to content

Commit 975e740

Browse files
[pre-commit.ci] pre-commit autoupdate (#1898)
1 parent 595c8b2 commit 975e740

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.3.1
17+
rev: v3.3.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.1.1
38+
rev: v1.2.0
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -52,7 +52,7 @@ repos:
5252

5353
# Autoformat: YAML, JSON, Markdown, etc.
5454
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: v3.0.0-alpha.6
55+
rev: v3.0.0-alpha.9-for-vscode
5656
hooks:
5757
- id: prettier
5858

@@ -74,7 +74,7 @@ repos:
7474

7575
# Lint: YAML
7676
- repo: https://github.com/adrienverge/yamllint.git
77-
rev: v1.30.0
77+
rev: v1.31.0
7878
hooks:
7979
- id: yamllint
8080
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
@@ -102,7 +102,7 @@ repos:
102102

103103
# Lint: Markdown
104104
- repo: https://github.com/igorshubovych/markdownlint-cli
105-
rev: v0.33.0
105+
rev: v0.34.0
106106
hooks:
107107
- id: markdownlint
108108
args: ["--fix"]

0 commit comments

Comments
 (0)