Skip to content

Commit a9eefeb

Browse files
[pre-commit.ci] pre-commit autoupdate (#166)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.8 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.8...v0.11.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7d9468a commit a9eefeb

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
@@ -4,7 +4,7 @@ ci:
44
skip: [no-commit-to-branch]
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
args: ['--maxkb=1000']
@@ -16,13 +16,13 @@ repos:
1616
- id: no-commit-to-branch
1717
args: [--branch, main, --branch, dev]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: 'v0.9.8'
19+
rev: 'v0.11.4'
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323
# - id: ruff-format
2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.2.6
25+
rev: v2.4.1
2626
hooks:
2727
- id: codespell
2828
files: ^.*\.(py|md|rst|yml)$

0 commit comments

Comments
 (0)