Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored May 2, 2023
1 parent 595c8b2 commit 975e740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -35,7 +35,7 @@ repos:

# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
args: [--config, ./mypy.ini]
Expand All @@ -52,7 +52,7 @@ repos:

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

Expand All @@ -74,7 +74,7 @@ repos:

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

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.34.0
hooks:
- id: markdownlint
args: ["--fix"]
Expand Down

0 comments on commit 975e740

Please sign in to comment.