mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-14 23:43:43 +00:00
Add autopep8 configuration and integrate into workflows for code formatting
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"update-ff": "python3 scripts/update_ff.py",
|
||||
"update-ff:raw": "surfer update",
|
||||
"update-newtab": "python3 scripts/update_newtab.py",
|
||||
"pretty": "prettier . --write",
|
||||
"lint": "npx prettier . --check",
|
||||
"pretty": "prettier . --write && autopep8 -r scripts/ --in-place",
|
||||
"lint": "npx prettier . --check && autopep8 --diff -r scripts/",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user