Skip to content

Commit fc9e167

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0) - [github.com/rhysd/actionlint: v1.7.9 → v1.7.12](rhysd/actionlint@v1.7.9...v1.7.12)
1 parent 1e7b734 commit fc9e167

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Python - Ruff
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.10
22+
rev: v0.15.9
2323
hooks:
2424
# Run the linter
2525
- id: ruff
@@ -29,15 +29,15 @@ repos:
2929

3030
# Find common spelling mistakes in comments and docstrings
3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.4.1
32+
rev: v2.4.2
3333
hooks:
3434
- id: codespell
3535
args: ['--ignore-regex=(\b[A-Z]+\b)']
3636
types_or: [python, rst, markdown]
3737

3838
# Do YAML formatting
3939
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
40-
rev: v2.15.0
40+
rev: v2.16.0
4141
hooks:
4242
- id: pretty-format-yaml
4343
args: [--autofix, --indent, '2', --preserve-quotes]
@@ -61,6 +61,6 @@ repos:
6161

6262
# Lint Github Actions
6363
- repo: https://github.com/rhysd/actionlint
64-
rev: v1.7.9
64+
rev: v1.7.12
6565
hooks:
6666
- id: actionlint

0 commit comments

Comments
 (0)