Skip to content

Commit a6ea734

Browse files
committed
Update ruff version
1 parent b9be0c7 commit a6ea734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.3.4
25+
rev: v0.4.4
2626
hooks:
2727
- id: ruff-format

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest = "^8.1.1"
1919
pytest-cov = "^5.0.0"
2020
coverage = "^7.4.4"
2121
typeguard = "^4.2.1"
22-
ruff = "^0.3.4"
22+
ruff = "^0.4.4"
2323
safety = "^3.1.0"
2424
deptry = "^0.16.0"
2525
{%- if cookiecutter.git_platform == 'gitlab' %}

0 commit comments

Comments
 (0)