This repository was archived by the owner on Apr 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate (#456)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Robert Resch <[email protected]>
- Loading branch information
1 parent
35cb4fc
commit 02c9866
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ repos: | |
- id: pyupgrade | ||
args: [--py311-plus] | ||
- repo: https://github.com/psf/black | ||
rev: 23.10.0 | ||
rev: 23.11.0 | ||
hooks: | ||
- id: black | ||
args: | ||
|
@@ -73,17 +73,17 @@ repos: | |
- --top-keys=domain,name | ||
files: manifest\.json$ | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.0.3 | ||
rev: v3.1.0 | ||
hooks: | ||
- id: prettier | ||
additional_dependencies: | ||
- prettier@3.0.3 | ||
- prettier@3.1.0 | ||
- [email protected] | ||
exclude_types: | ||
- python | ||
exclude: manifest\.json$ | ||
- repo: https://github.com/adrienverge/yamllint.git | ||
rev: v1.32.0 | ||
rev: v1.33.0 | ||
hooks: | ||
- id: yamllint | ||
- repo: local | ||
|
@@ -111,7 +111,7 @@ repos: | |
- id: check-pre-commit-ci-config | ||
|
||
- repo: https://github.com/python-jsonschema/check-jsonschema | ||
rev: 0.27.0 | ||
rev: 0.27.1 | ||
hooks: | ||
- id: check-github-workflows | ||
- id: check-dependabot | ||
|