Commit Graph

8 Commits (39902cb1c6851ddb1d00f7053f7a2ffbcf8ec17b)

Author SHA1 Message Date
Kevin Gibbons 39902cb1c6
Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2 years ago
simon 1d3d3b13ed
reduce max-complexity to 10 2 years ago
simon c57d6c73cc
remove bandit, too many false positive 2 years ago
simon 023b5a4aba Reducing max-complexity to 12 after code refactor #25
* Added helper function in deploy.sh to run same tests as github actions locally
3 years ago
Christian Clauss fd50058431
GitHub Actions: Make black, flake8, and isort mandatory tests (#25)
* GitHub Actions: Make black, flake8, and isort mandatory tests

* fixup! black --diff
3 years ago
simon aa1b9f4d3b pending refactor 3 years ago
simon f8222855f0 customizing linting settings 3 years ago
Christian Clauss 49e57955b5
GitHub Action to lint Python code (#14)
* GitHub Action to lint Python code
3 years ago