Skip to content

Commit bd7dd97

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.7.0...v0.13.2) - [github.com/asottile/pyupgrade: v3.18.0 → v3.20.0](asottile/pyupgrade@v3.18.0...v3.20.0) - [github.com/asottile/blacken-docs: 1.19.0 → 1.20.0](adamchainz/blacken-docs@1.19.0...1.20.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 681c53b commit bd7dd97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,26 +18,26 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: 'v0.7.0' # make sure this is consistent with with pyproject.toml
21+
rev: 'v0.13.2' # make sure this is consistent with with pyproject.toml
2222
hooks:
2323
- id: ruff
2424
args: [--fix]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.18.0
28+
rev: v3.20.0
2929
hooks:
3030
- id: pyupgrade
3131
args: ['--py38-plus']
3232

3333
- repo: https://github.com/asottile/blacken-docs
34-
rev: 1.19.0
34+
rev: 1.20.0
3535
hooks:
3636
- id: blacken-docs
3737
additional_dependencies: [black]
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
args: [-w]

0 commit comments

Comments
 (0)