We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7b05a commit 92491bcCopy full SHA for 92491bc
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
36
# Run the Ruff linter.
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.8.3
+ rev: v0.8.4
39
hooks:
40
# Linter
41
- id: ruff
{{cookiecutter.project_slug}}/requirements/local.txt
@@ -28,7 +28,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
28
29
# Code quality
30
# ------------------------------------------------------------------------------
31
-ruff==0.8.3 # https://github.com/astral-sh/ruff
+ruff==0.8.4 # https://github.com/astral-sh/ruff
32
coverage==7.6.9 # https://github.com/nedbat/coveragepy
33
djlint==1.36.3 # https://github.com/Riverside-Healthcare/djLint
34
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit
0 commit comments