We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd814b commit d39a0fcCopy full SHA for d39a0fc
.github/workflows/lint.yml
@@ -42,3 +42,7 @@ jobs:
42
python -m pip install docker-compose==1.26.0
43
docker-compose -f docker-compose.yml config
44
45
+ - name: Lint translations
46
+ run: |
47
+ make translations-lint
48
+
Makefile
@@ -42,4 +42,7 @@ translations-update:
pybabel update --ignore-obsolete -i messages.pot -d CTFd/translations
translations-compile:
- pybabel compile -f -d CTFd/translations
+ pybabel compile -f -d CTFd/translations
+translations-lint:
+ dennis-cmd lint CTFd/translations
linting.txt
@@ -1,3 +1,4 @@
1
black==22.3.0
2
isort==4.3.21
3
ruff==0.0.260
4
+dennis==1.1.0
0 commit comments