Skip to content

Commit 9d1316c

Browse files
authored
Update ruff to 0.4.2 (#5028)
* Update ruff from 0.4.1 to 0.4.2 * Update ruff from 0.4.1 to 0.4.2
1 parent 0d44ffe commit 9d1316c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.1
7+
ruff==0.4.2
88
django-upgrade==1.16.0
99
djlint==1.34.1
1010
pre-commit==3.7.0

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.4.16 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.4.1 # https://github.com/astral-sh/ruff
31+
ruff==0.4.2 # https://github.com/astral-sh/ruff
3232
coverage==7.5.0 # https://github.com/nedbat/coveragepy
3333
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==3.7.0 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)