Skip to content

Commit

Permalink
Update precommit to 4.0.1 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jan 6, 2025
1 parent 7f48bc8 commit 8b97aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ repos:
- id: ruff-format
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
minimum_pre_commit_version: 3.7.1
minimum_pre_commit_version: 4.0.1
2 changes: 1 addition & 1 deletion python/{{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dynamic = ["version"]
[project.optional-dependencies]
tests = ["pytest", "pytest-cov"]
dev = [
"pre-commit>=3.7.1",
"pre-commit>=4.0.1",
"ruff==0.8.6",
]
{% if cookiecutter.add_docs %}
Expand Down

0 comments on commit 8b97aea

Please sign in to comment.