Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tobias Raabe <raabe@posteo.de>
  • Loading branch information
pre-commit-ci[bot] and tobiasraabe committed May 3, 2024
1 parent aeb2d4a commit fb3e6a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=25']
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
hooks:
- id: sort-all
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.2
hooks:
- id: ruff
args: [--config, pyproject.toml, hooks, tests]
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:
- id: codespell
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
pass_filenames: false
Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=25']
Expand Down Expand Up @@ -29,7 +29,7 @@ repos:
hooks:
- id: sort-all
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.2
hooks:
- id: ruff
- id: ruff-format
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
args: [--wrap, "88"]
files: (docs/.)
{% if cookiecutter.add_mypy == "yes" %}- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
args: [
Expand Down

0 comments on commit fb3e6a0

Please sign in to comment.