-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add S3 Bucket, S3 Bucket Properties and Tag resources to pycfmodel (#76)
* Add S3 Bucket, S3 Bucket Properties and Tag resources to pycfmodel * Update README with Tag resource property mention * Fix linting issue Co-authored-by: Oliver Crawford <[email protected]>
- Loading branch information
1 parent
4bc175a
commit d5bebb6
Showing
15 changed files
with
423 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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,4 +1,5 @@ | ||
[flake8] | ||
max-line-length=120 | ||
# E203 and E501 are ours, the others are the default from flake | ||
ignore = E121,E123,E126,E226,E24,E704,W503,W504,E203,E501 | ||
ignore = E121,E123,E126,E226,E24,E704,W503,W504,E203,E501 | ||
exclude = .git,__pycache__,venv |
This file contains 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 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 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 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.