Skip to content

Commit 80e4d91

Browse files
[pre-commit.ci] pre-commit autoupdate (#131)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) * Update versions inside package --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adam Tyson <[email protected]>
1 parent c1a4719 commit 80e4d91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.8.6
20+
rev: v0.9.4
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]
2424
- id: ruff-format
2525
args: [ --config=pyproject.toml ]
2626
- repo: https://github.com/codespell-project/codespell
2727
# Configuration for codespell is in pyproject.toml
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:

{{cookiecutter.package_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: requirements-txt-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.8.6
23+
rev: v0.9.4
2424
hooks:
2525
- id: ruff
2626
args: [ --config=pyproject.toml ]
@@ -40,7 +40,7 @@ repos:
4040
additional_dependencies: [setuptools-scm, wheel]
4141
- repo: https://github.com/codespell-project/codespell
4242
# Configuration for codespell is in pyproject.toml
43-
rev: v2.3.0
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646
additional_dependencies:

0 commit comments

Comments
 (0)