Skip to content

Commit a154189

Browse files
authored
Update ruff to 0.3.2 (#4911)
* Update ruff from 0.3.0 to 0.3.2 * Update ruff from 0.3.0 to 0.3.2
1 parent 6c5ac37 commit a154189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.0
7+
ruff==0.3.2
88
django-upgrade==1.16.0
99
djlint==1.34.1
1010
pre-commit==3.6.2

{{cookiecutter.project_slug}}/requirements/local.txt

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

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.3.0 # https://github.com/astral-sh/ruff
31+
ruff==0.3.2 # https://github.com/astral-sh/ruff
3232
coverage==7.4.3 # https://github.com/nedbat/coveragepy
3333
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==3.6.2 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)