-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-1.21.6: Bumping version to 1.21.6 Add changelog entries from botocore Update black to 22.1.0 (#3166) Update 3.6 deprecation notice with blog post (#3164) Extend linting tools (#3041)
- Loading branch information
Showing
92 changed files
with
4,769 additions
and
3,642 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"category": "``transfer``", | ||
"description": "[``botocore``] The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``lambda``", | ||
"description": "[``botocore``] Lambda releases .NET 6 managed runtime to be available in all commercial regions.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``textract``", | ||
"description": "[``botocore``] Added support for merged cells and column header for table response.", | ||
"type": "api-change" | ||
} | ||
] |
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,12 +1,26 @@ | ||
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst) | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
- repo: 'https://github.com/pre-commit/pre-commit-hooks' | ||
rev: v2.3.0 | ||
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/pycqa/flake8 | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: 'https://github.com/asottile/pyupgrade' | ||
rev: v2.29.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: | ||
- '--py36-plus' | ||
- repo: 'https://github.com/PyCQA/isort' | ||
rev: 5.9.3 | ||
hooks: | ||
- id: isort | ||
- repo: 'https://github.com/psf/black' | ||
rev: 22.1.0 | ||
hooks: | ||
- id: black | ||
- repo: 'https://github.com/pycqa/flake8' | ||
rev: 3.9.2 | ||
hooks: | ||
- id: flake8 | ||
- id: flake8 |
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
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.