John Bampton
John Bampton
Should be `extensions` https://www.dictionary.com/browse/extension
https://yarnpkg.com/
https://github.com/DavidAnson/markdownlint/tree/main?tab=readme-ov-file#rules--aliases https://github.com/igorshubovych/markdownlint-cli?tab=readme-ov-file#use-with-pre-commit ### Description This PR adds some checking for Markdown files with pre-commit. I have added a markdownlint config file which sets a basic standard to start with. markdownlint...
https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#detect-aws-credentials https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#forbid-submodules ### Description This PR adds two more checks or tests to our pre-commit framework. The two hooks are from the official pre-commit organization. No changes to the codebase...
### Description This PR cleans up the codebase by fixing spelling. Fixed grammar and removed whitespace. Used the correct case of some terms. ### Types of changes - [ ]...
### Description This PR adds `codespell` to our pre-commit hooks. The words in `codespell.txt` are ignored and this file has basically been created by running: `codespell . | cut -f2...
https://github.com/pre-commit/pre-commit-hooks#trailing-whitespace ### Description This PR adds another hook or test to our pre-commit framework. This hook automatically trims trailing whitespace when run locally. Follow up PRs can target more file...
https://www.flake8rules.com/rules/E713.html ### Description This PR adds another check or test to our Python linting framework. Sets a consistent code standard and stops regressions. "Test for membership should be 'not in'...