Skip to content

Commit fb3e6a0

Browse files
[pre-commit.ci] pre-commit autoupdate (#42)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent aeb2d4a commit fb3e6a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: |
55
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
args: ['--maxkb=25']
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: sort-all
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.3.2
42+
rev: v0.4.2
4343
hooks:
4444
- id: ruff
4545
args: [--config, pyproject.toml, hooks, tests]
@@ -81,7 +81,7 @@ repos:
8181
- id: codespell
8282
additional_dependencies: [tomli]
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.9.0'
84+
rev: 'v1.10.0'
8585
hooks:
8686
- id: mypy
8787
pass_filenames: false

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: sort-all
3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
32-
rev: v0.3.2
32+
rev: v0.4.2
3333
hooks:
3434
- id: ruff
3535
- id: ruff-format
@@ -59,7 +59,7 @@ repos:
5959
args: [--wrap, "88"]
6060
files: (docs/.)
6161
{% if cookiecutter.add_mypy == "yes" %}- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: 'v1.9.0'
62+
rev: 'v1.10.0'
6363
hooks:
6464
- id: mypy
6565
args: [

0 commit comments

Comments
 (0)