Skip to content

Commit 0cfd278

Browse files
pyup-botgithub-actions[bot]browniebroke
authored
Update ruff to 0.4.7 (#5112)
* Update ruff from 0.4.6 to 0.4.7 * Update ruff from 0.4.6 to 0.4.7 * Update Ruff pre-commit hook (#5113) Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
1 parent fc51825 commit 0cfd278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ binaryornot==0.4.4
44

55
# Code quality
66
# ------------------------------------------------------------------------------
7-
ruff==0.4.6
7+
ruff==0.4.7
88
django-upgrade==1.18.0
99
djlint==1.34.1
1010
pre-commit==3.7.1

{{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.4.6
38+
rev: v0.4.7
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.4.16 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.4.6 # https://github.com/astral-sh/ruff
31+
ruff==0.4.7 # https://github.com/astral-sh/ruff
3232
coverage==7.5.3 # https://github.com/nedbat/coveragepy
3333
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)