File tree 3 files changed +3
-3
lines changed
{{cookiecutter.project_slug}}
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ binaryornot==0.4.4
4
4
5
5
# Code quality
6
6
# ------------------------------------------------------------------------------
7
- ruff == 0.4.6
7
+ ruff == 0.4.7
8
8
django-upgrade == 1.18.0
9
9
djlint == 1.34.1
10
10
pre-commit == 3.7.1
Original file line number Diff line number Diff line change 35
35
36
36
# Run the Ruff linter.
37
37
- repo : https://github.com/astral-sh/ruff-pre-commit
38
- rev : v0.4.6
38
+ rev : v0.4.7
39
39
hooks :
40
40
# Linter
41
41
- id : ruff
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sphinx-autobuild==2024.4.16 # https://github.com/GaretJax/sphinx-autobuild
28
28
29
29
# Code quality
30
30
# ------------------------------------------------------------------------------
31
- ruff==0.4.6 # https://github.com/astral-sh/ruff
31
+ ruff==0.4.7 # https://github.com/astral-sh/ruff
32
32
coverage==7.5.3 # https://github.com/nedbat/coveragepy
33
33
djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
34
34
pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit
You can’t perform that action at this time.
0 commit comments