Skip to content

Commit df7b957

Browse files
authored
Merge branch 'master' into lint-format-template-with-ruff
2 parents ea66610 + 70f5a98 commit df7b957

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pytest-xdist==3.6.1",
4444
"pyyaml==6.0.2",
4545
"requests==2.32.3",
46-
"ruff==0.9.6",
46+
"ruff==0.9.7",
4747
"sh==2.1; sys_platform!='win23'",
4848
"tox==4.23.2",
4949
"tox-uv>=1.17",

uv.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Run the Ruff linter.
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.9.6
39+
rev: v0.9.7
4040
hooks:
4141
# Linter
4242
- id: ruff

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-st
1818
pytest==8.3.4 # https://github.com/pytest-dev/pytest
1919
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
2020
{%- if cookiecutter.use_drf == "y" %}
21-
djangorestframework-stubs==3.15.2 # https://github.com/typeddjango/djangorestframework-stubs
21+
djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
2222
{%- endif %}
2323

2424
# Documentation
2525
# ------------------------------------------------------------------------------
26-
sphinx==8.1.3 # https://github.com/sphinx-doc/sphinx
26+
sphinx==8.2.0 # https://github.com/sphinx-doc/sphinx
2727
sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
ruff==0.9.6 # https://github.com/astral-sh/ruff
31+
ruff==0.9.7 # https://github.com/astral-sh/ruff
3232
coverage==7.6.12 # https://github.com/nedbat/coveragepy
3333
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
3434
pre-commit==4.1.0 # https://github.com/pre-commit/pre-commit

0 commit comments

Comments
 (0)