Skip to content

Commit 1af0757

Browse files
authored
Update ruff to 0.5.5 (#5250)
1 parent 2b1c6e9 commit 1af0757

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.5.4
7+
ruff==0.5.5
88
django-upgrade==1.20.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.5.4
38+
rev: v0.5.5
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.5.4 # https://github.com/astral-sh/ruff
31+
ruff==0.5.5 # https://github.com/astral-sh/ruff
3232
coverage==7.6.0 # 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)