Skip to content

Commit

Permalink
chore: Remove Black formatter line-length argument
Browse files Browse the repository at this point in the history
  • Loading branch information
steverydz committed Oct 7, 2024
1 parent 9891821 commit 2a3255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build-global-nav": "mkdir -p static/js/build/global-nav && cp node_modules/@canonical/global-nav/dist/global-nav.js static/js/build/global-nav",
"build-cookie-policy": "mkdir -p static/js/build/cookie-policy && cp node_modules/@canonical/cookie-policy/build/js/cookie-policy.js static/js/build/cookie-policy",
"copy-discourse-rad-parser": "mkdir -p static/js/build/discourse-rad-parser && cp -a node_modules/@canonical/discourse-rad-parser/build/js/. static/js/build/discourse-rad-parser",
"format-python": "black --line-length 79 webapp",
"lint-python": "flake8 webapp tests && black --check --line-length 79 webapp tests",
"format-python": "black webapp",
"lint-python": "flake8 webapp tests && black --check webapp tests",
"lint-scss": "stylelint static/**/*.scss",
"test-python": "python3 -m unittest discover tests",
"serve": "./entrypoint 0.0.0.0:${PORT}",
Expand Down

0 comments on commit 2a3255f

Please sign in to comment.