bump ruff to 0.16

This commit is contained in:
imperosol
2026-07-26 19:46:03 +02:00
parent 2d75a3e6c2
commit 3be4c583f1
11 changed files with 64 additions and 65 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Si le mot est dans le code Python :
```python
from django.utils.translation import gettext as _
help_text=_("Hello")
help_text = _("Hello")
```
Si le mot apparaît dans le template Jinja :