Skip to content

Commit e88700a

Browse files
chore(deps): pre-commit.ci autoupdate (#767)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent faea921 commit e88700a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.6.0
7+
rev: 22.8.0
88
hooks:
99
- id: black
1010

@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: [pyyaml]
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: "v2.7.1"
36+
rev: "v3.0.0-alpha.0"
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -80,7 +80,7 @@ repos:
8080
exclude: .pre-commit-config.yaml
8181

8282
- repo: https://github.com/codespell-project/codespell
83-
rev: v2.1.0
83+
rev: v2.2.1
8484
hooks:
8585
- id: codespell
8686
args: ["-L", "atleast,ans,doub,inout"]

0 commit comments

Comments
 (0)