Skip to content

Commit 4463eba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.12.3](astral-sh/ruff-pre-commit@v0.7.0...v0.12.3) - [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.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 681c53b commit 4463eba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.3' # 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.19.1
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)