We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800e61e commit cd0dafaCopy full SHA for cd0dafa
Makefile
@@ -8,13 +8,15 @@ style: package-lock.json
8
flake8
9
npx eslint --ignore-path .gitignore --fix .
10
npx prettier --ignore-path .gitignore --write $(PRETTIER_TARGETS)
11
+ ! grep -r '\(style=\|onclick=\|<script>\|<style\)' debug_toolbar/templates/
12
13
style_check: package-lock.json
14
isort -c .
15
black --target-version=py36 --check .
16
17
npx eslint --ignore-path .gitignore .
18
npx prettier --ignore-path .gitignore --check $(PRETTIER_TARGETS)
19
20
21
example:
22
python example/manage.py migrate --noinput
0 commit comments