You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick bb9c2a0772
Merge pull request #114 from cisagov/maintenance/update_pre-commit_hooks
1 year ago
.github Remove usage of set-output from our GitHub Actions workflow 1 year ago
.ansible-lint Update ansible-lint configuration 2 years ago
.bandit.yml Make .bandit.yml pass yamllint 5 years ago
.flake8 Add pydoc warnings to flake8 config 5 years ago
.gitignore Improve gitignore file comments and organization. 3 years ago
.isort.cfg Remove seed-isort-config pre-commit hook 3 years ago
.mdl_config.yaml Add missing hyphen in markdownlint rule header 2 years ago
.pre-commit-config.yaml Update pre-commit hooks 1 year ago
.prettierignore Configure prettier to ignore JSON files 5 years ago
.yamllint Increase the maximum line length in the yamllint configuration 1 year ago
CONTRIBUTING.md Update configuration instructions for pyenv 3 years ago
LICENSE Rename LICENSE.md to LICENSE, make the other changes that requires 5 years ago
README.md Merge branch 'develop' into pre-commit_updates 3 years ago
requirements-dev.txt All references to '-r' for pip calls have been replaced with the more verbose '--requirement'. 4 years ago
requirements-test.txt Pull in requirements.txt from requirements-test.txt 4 years ago
requirements.txt Add setuptools and wheel as pip dependencies 4 years ago
setup-env Fix a typo 3 years ago

README.md

skeleton-generic

GitHub Build Status

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.

New Repositories from a Skeleton

Please see our Project Setup guide for step-by-step instructions on how to start a new repository from a skeleton. This will save you time and effort when configuring a new repository!

Contributing

We welcome contributions! Please see CONTRIBUTING.md 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.