Skip to content

Commit 92491bc

Browse files
authored
Update ruff to 0.8.4 (cookiecutter#5595)
1 parent fb7b05a commit 92491bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{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.3
38+
rev: v0.8.4
3939
hooks:
4040
# Linter
4141
- id: ruff

{{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.3 # https://github.com/astral-sh/ruff
31+
ruff==0.8.4 # https://github.com/astral-sh/ruff
3232
coverage==7.6.9 # https://github.com/nedbat/coveragepy
3333
djlint==1.36.3 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)