-
Notifications
You must be signed in to change notification settings - Fork 2
⚠️ CONFLICT! Lineage pull request for: skeleton #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
d873ba4
Bump actions/cache from 4 to 5
dependabot[bot] ce44624
Remove itemized `pull_request` trigger types
mcdonnnj 9c0d2b6
Update pre-commit hook versions
mcdonnnj 8cff529
Upgrade to the latest release of the check-jsonschema pre-commit hook
jsf9k 77f204a
Adjust the `build` workflow's cache key formatting
mcdonnnj 2fb5133
Remove installation of wheel Python package
jsf9k 6b9b731
Update pre-commit hook versions
jsf9k f55ce6a
Add a comment mentioning we use defaults
mcdonnnj 57ee431
Update pre-commit hook versions
mcdonnnj 7d62b5e
Merge pull request #249 from cisagov/improvement/remove-wheel
mcdonnnj 9eac052
Merge pull request #244 from cisagov/dependabot/github_actions/action…
mcdonnnj fe7eb42
Merge pull request #245 from cisagov/improvement/adjust_label-prs_tri…
mcdonnnj ace1712
Merge pull request #247 from cisagov/improvement/fix_cache_key_format…
mcdonnnj 6ae498b
Merge pull request #246 from cisagov/maintenance/update_pre-commit_hooks
mcdonnnj 9835f28
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
f1e8078
Adjust table entries to match compact style
jsf9k 44f5b28
Change the branch used for terraform-docs
mcdonnnj 4991be5
Update comment in the `build` workflow
mcdonnnj 5df67a7
Merge pull request #250 from cisagov/improvement/change_terraform-doc…
jsf9k 7681734
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
816d175
Bump crazy-max/ghaction-github-labeler from 5 to 6
dependabot[bot] 3d2fe82
Bump hashicorp/setup-terraform from 3 to 4
dependabot[bot] 2c37bcc
Add E203 to ignore list for flake8
mcdonnnj 0f44a77
Reformat .flake8 configuration
mcdonnnj 57ce573
Add the flake8-bugbear plugin
mcdonnnj d1356e9
Add dlint plugin for flake8
mcdonnnj 0fd3256
Add the flake8-noqa plugin for flake8
mcdonnnj f3bf99f
Add pep8-naming plugin for flake8
mcdonnnj b1503a0
Add flake8-comprehensions plugin for flake8
mcdonnnj 3056053
Adjust flake8 configuration comment format
mcdonnnj 2024429
Install the `go-critic` command instead of `gocritic`
mcdonnnj ad4cd80
Remove the bandit configuration file
mcdonnnj 175c410
Use `https://` instead of `http://` in referenced URLs
mcdonnnj a2e2621
Update a reference URL
mcdonnnj c85cbef
Update ignore comment in the flake8 configuration
mcdonnnj f094a60
Add pre-commit hook to lock Terraform providers automatically
mcdonnnj 4dd85ed
Merge pull request #276 from cisagov/lineage/skeleton
jsf9k b030808
Bump hashicorp/aws from 6.15.0 to 6.30.0 in /examples/basic_usage
dependabot[bot] a56d4c9
Merge pull request #275 from cisagov/dependabot/terraform/examples/ba…
jsf9k ffe59bd
Ignore a vulnerability originating from pygments
jsf9k a1cdc78
Correct reference to ticket in TODO comment
jsf9k 71bbac4
Merge pull request #258 from cisagov/ignore-pygments-vuln
jsf9k 2f729bb
Merge pull request #252 from cisagov/dependabot/github_actions/hashic…
jsf9k 391e54b
Merge pull request #251 from cisagov/dependabot/github_actions/crazy-…
jsf9k 811785c
Update pre-commit hook versions
mcdonnnj df57f2a
Revert version bump of the `ansible-lint` pre-commit hook
mcdonnnj 60c481a
Merge pull request #254 from cisagov/bug/adjust_gocritic_install
mcdonnnj 24bc1e0
Merge pull request #255 from cisagov/improvement/update_flake8_config…
mcdonnnj 5103fb6
Merge pull request #256 from cisagov/improvement/add_pre-commit_hook_…
mcdonnnj 52df901
Merge pull request #259 from cisagov/maintenance/update_pre-commit_hooks
mcdonnnj 72ac03a
Merge pull request #253 from cisagov/improvement/remove_bandit_config…
mcdonnnj b5a899d
Merge https://github.com/cisagov/skeleton-generic into lineage/skeleton
8ee0661
Add Darwin hashes for Terraform providers
jsf9k f4bb779
Bump hashicorp/aws from 6.36.0 to 6.39.0 in /examples/basic_usage
dependabot[bot] 4fd916d
Merge pull request #280 from cisagov/dependabot/terraform/examples/ba…
jsf9k 9539ac1
Merge remote-tracking branch 'origin/develop' into lineage/skeleton
jsf9k bf7bd4b
Merge pull request #278 from cisagov/lineage/skeleton
jsf9k fb6648e
Merge remote-tracking branch 'skeleton/develop' into lineage/skeleton
jsf9k File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,40 @@ | ||
| [flake8] | ||
| max-line-length = 80 | ||
|
|
||
| # Select (turn on) | ||
| # * Complexity violations reported by mccabe (C) - | ||
| # http://flake8.pycqa.org/en/latest/user/error-codes.html#error-violation-codes | ||
| # * Documentation conventions compliance reported by pydocstyle (D) - | ||
| # http://www.pydocstyle.org/en/stable/error_codes.html | ||
| # * Default errors and warnings reported by pycodestyle (E and W) - | ||
| # * C: Complexity violations reported by mccabe - | ||
| # https://flake8.pycqa.org/en/latest/user/error-codes.html#error-violation-codes | ||
| # * C4: Default errors and warnings reported by flake8-comprehensions - | ||
| # https://github.com/adamchainz/flake8-comprehensions#rules | ||
| # * D: Documentation conventions compliance reported by pydocstyle - | ||
| # https://github.com/PyCQA/pydocstyle/blob/master/docs/error_codes.rst | ||
| # * DUO: Default errors and warnings reported by dlint - | ||
| # https://github.com/dlint-py/dlint/tree/master/docs | ||
| # * E: Default errors reported by pycodestyle - | ||
| # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes | ||
| # * Default errors reported by pyflakes (F) - | ||
| # http://flake8.pycqa.org/en/latest/glossary.html#term-pyflakes | ||
| # * Default warnings reported by flake8-bugbear (B) - | ||
| # * F: Default errors reported by pyflakes - | ||
| # https://flake8.pycqa.org/en/latest/glossary.html#term-pyflakes | ||
| # * N: Default errors and warnings reported by pep8-naming - | ||
| # https://github.com/PyCQA/pep8-naming#error-codes | ||
| # * NQA: Default errors and warnings reported by flake8-noqa - | ||
| # https://github.com/plinss/flake8-noqa#error-codes | ||
| # * W: Default warnings reported by pycodestyle - | ||
| # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes | ||
| # * B: Default warnings reported by flake8-bugbear - | ||
| # https://github.com/PyCQA/flake8-bugbear#list-of-warnings | ||
| # * The B950 flake8-bugbear opinionated warning - | ||
| # * B950: Bugbear opinionated warning for line too long - | ||
| # https://github.com/PyCQA/flake8-bugbear#opinionated-warnings | ||
| select = C,D,E,F,W,B,B950 | ||
| # Ignore flake8's default warning about maximum line length, which has | ||
| # a hard stop at the configured value. Instead we use | ||
| # flake8-bugbear's B950, which allows up to 10% overage. | ||
| # | ||
| # Also ignore flake8's warning about line breaks before binary | ||
| # operators. It no longer agrees with PEP8. See, for example, here: | ||
| # https://github.com/ambv/black/issues/21. Guido agrees here: | ||
| # https://github.com/python/peps/commit/c59c4376ad233a62ca4b3a6060c81368bd21e85b. | ||
| ignore = E501,W503 | ||
| select = C,C4,D,DUO,E,F,N,NQA,W,B,B950 | ||
|
|
||
| # Ignore | ||
| # * E203: pycodestyle's default warning about whitespace before ':' because Black enforces | ||
| # an equal amount of whitespace around slice operators (':'). | ||
| # * E501: pycodestyle's default warning about maximum line length, which has a hard stop | ||
| # at the configured value. Instead we use flake8-bugbear's B950, which | ||
| # allows up to 10% overage. | ||
| # * W503: pycodestyle's warning about line breaks before binary operators. It no longer | ||
| # agrees with PEP8. See, for example, here: | ||
| # https://github.com/ambv/black/issues/21 | ||
| # Guido agrees here: | ||
| # https://github.com/python/peps/commit/c59c4376ad233a62ca4b3a6060c81368bd21e85b | ||
| ignore = E203,E501,W503 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.