Skip to content

Commit b31d57d

Browse files
[pre-commit.ci] pre-commit autoupdate (#170)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alessandro Felder <alessandrofelder@users.noreply.github.com>
1 parent ebfcdfd commit b31d57d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.15.4
20+
rev: v0.15.9
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.4.1
28+
rev: v2.4.2
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.15.4
23+
rev: v0.15.9
2424
hooks:
2525
- id: ruff
2626
args: [ --config=pyproject.toml ]
@@ -43,7 +43,7 @@ repos:
4343
- setuptools-scm[toml]>=8
4444
- repo: https://github.com/codespell-project/codespell
4545
# Configuration for codespell is in pyproject.toml
46-
rev: v2.4.1
46+
rev: v2.4.2
4747
hooks:
4848
- id: codespell
4949
additional_dependencies:

0 commit comments

Comments
 (0)