Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](pre-commit/mirrors-prettier@v2.6.2...v2.7.1)
- [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v2.34.0](asottile/pyupgrade@e695ecd...v2.34.0)
- [github.com/fsfe/reuse-tool: v0.14.0 → v1.0.0](fsfe/reuse-tool@v0.14.0...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 20, 2022
1 parent dd2f78e commit 410623d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_language_version:
node: 17.9.0
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
hooks:
- id: black
- repo: "https://github.com/pre-commit/mirrors-prettier"
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
exclude_types:
Expand All @@ -45,14 +45,14 @@ repos:
- "prettier"
- "[email protected]"
- repo: "https://github.com/asottile/pyupgrade"
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
rev: v2.34.0
# lock to v2.31.0 (must specify the git hash), v2.32.0 requires python >= 3.7
hooks:
- id: pyupgrade
args:
- "--py36-plus"
- repo: "https://github.com/fsfe/reuse-tool"
rev: v0.14.0
rev: v1.0.0
hooks:
- id: reuse
additional_dependencies:
Expand Down

0 comments on commit 410623d

Please sign in to comment.