Skip to content

Commit 95c3772

Browse files
authored
Update ruff to 0.8.6 (cookiecutter#5622)
1 parent 3ef84f1 commit 95c3772

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pytest-xdist==3.6.1",
4444
"pyyaml==6.0.2",
4545
"requests==2.32.3",
46-
"ruff==0.8.5",
46+
"ruff==0.8.6",
4747
"sh==2.1; sys_platform!='win23'",
4848
"tox==4.23.2",
4949
"tox-uv>=1.17",

Diff for: uv.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: {{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Run the Ruff linter.
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.8.5
38+
rev: v0.8.6
3939
hooks:
4040
# Linter
4141
- id: ruff

Diff for: {{cookiecutter.project_slug}}/requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.8.5 # https://github.com/astral-sh/ruff
31+
ruff==0.8.6 # https://github.com/astral-sh/ruff
3232
coverage==7.6.10 # https://github.com/nedbat/coveragepy
3333
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)