Skip to content

Commit 54ee590

Browse files
[pre-commit.ci] pre-commit autoupdate (#1)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 60d474a commit 54ee590

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -10,12 +10,12 @@ repos:
1010
exclude: '.*\.ipynb'
1111
- id: trailing-whitespace
1212
- repo: https://github.com/codespell-project/codespell
13-
rev: "v2.2.1"
13+
rev: "v2.2.2"
1414
hooks:
1515
- id: codespell
1616
args: ["-I", "codespell.txt"]
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: "v3.0.0-alpha.2"
18+
rev: "v3.0.0-alpha.6"
1919
hooks:
2020
- id: prettier
2121

0 commit comments

Comments
 (0)