Skip to content

Commit 44b84bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.20...v0.16.1) - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.6](rbubley/mirrors-prettier@v3.9.4...v3.9.6)
1 parent ed06124 commit 44b84bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414

1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.4.2
16+
rev: v2.4.3
1717
hooks:
1818
- id: codespell
1919

@@ -31,13 +31,13 @@ repos:
3131
- id: blackdoc-autoupdate-black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.20
34+
rev: v0.16.1
3535
hooks:
3636
- id: ruff-check
3737
args: ['--fix', '--show-fixes']
3838

3939
- repo: https://github.com/rbubley/mirrors-prettier
40-
rev: v3.9.4
40+
rev: v3.9.6
4141
hooks:
4242
- id: prettier
4343
args: ['--cache-location=.prettier_cache/cache']

0 commit comments

Comments
 (0)