91279d3ac2
Notable version changes: - docker-pre-commit v2.0.0 This release includes the addition of two new hooks: hadolint and hadolint-system. These allow for linting Dockerfiles with the hadolint Docker image or a system installation of hadolint respectively. - isort 5.0.7 This release takes us from isort 4 to isort 5. There are a multitude of changes with information available on the isort 5 release page at https://timothycrosley.github.io/isort/docs/major_releases/introducing_isort_5/ The most notable feature for us is the addition of built-in profiles for isort to run under. These profiles provide settings for conforming to various popular styles, and black is one of the profiles. |
||
---|---|---|
.github | ||
.bandit.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.mdl_config.json | ||
.pre-commit-config.yaml | ||
.prettierignore | ||
.yamllint | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
requirements-dev.txt | ||
requirements-test.txt | ||
requirements.txt | ||
setup-env |
skeleton-generic
This is a generic skeleton project that can be used to quickly get a new cisagov GitHub project started. This skeleton project contains licensing information, as well as pre-commit hooks and GitHub Actions configurations appropriate for the major languages that we use.
In many cases you will instead want to use one of the more specific skeleton projects derived from this one.
Contributing
We welcome contributions! Please see here for details.
License
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.