Skip to content

Commit 47923ce

Browse files
authored
Merge pull request #33 from compilerla/pre-commit-ci-update-config
chore(pre-commit): autoupdate hooks
2 parents 09c8b21 + 7872dab commit 47923ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github-stats/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function updateReadme(repos, owners) {
5454

5555
searchHookUsage().then((data) => {
5656
const hookRefs = data.items.filter(
57-
(d) => d.name == ".pre-commit-config.yaml"
57+
(d) => d.name == ".pre-commit-config.yaml",
5858
);
5959
const repos = new Set(hookRefs.map((d) => d.repository.full_name));
6060
const owners = new Set(hookRefs.map((d) => d.repository.owner.login));

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 22.8.0
2222
hooks:
2323
- id: black
2424
types:
@@ -39,7 +39,7 @@ repos:
3939
files: .py$
4040

4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v2.7.1
42+
rev: v3.0.0-alpha.0
4343
hooks:
4444
- id: prettier
4545
types_or: [javascript]

0 commit comments

Comments
 (0)