Skip to content

Commit d8488c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#100)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/asottile/pyupgrade: v3.4.0 → v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) * Fix codespell issue --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kate Case <[email protected]>
1 parent fdce893 commit d8488c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
args: ["--filter-files"]
88

99
- repo: https://github.com/pre-commit/mirrors-prettier
10-
rev: "v3.0.0-alpha.9-for-vscode"
10+
rev: "v3.0.0"
1111
hooks:
1212
- id: prettier
1313
additional_dependencies:
@@ -35,7 +35,7 @@ repos:
3535
- id: debug-statements
3636

3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.2.4
38+
rev: v2.2.5
3939
hooks:
4040
- id: codespell
4141

@@ -51,13 +51,13 @@ repos:
5151

5252
- repo: https://github.com/asottile/pyupgrade
5353
# keep it after flake8
54-
rev: v3.4.0
54+
rev: v3.9.0
5555
hooks:
5656
- id: pyupgrade
5757
args: ["--py39-plus"]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.3.0
60+
rev: v1.4.1
6161
hooks:
6262
- id: mypy
6363
additional_dependencies:

scripts/update_aws_boto_constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def replace_vars(values: dict[str, str], line: str) -> str:
2222
"""Replace a variable from a string.
2323
24-
:param values: A dictionary of values to search into strin.
24+
:param values: A dictionary of values to search into string.
2525
:param line: The string to replace values in.
2626
:returns: The updated string.
2727
"""

0 commit comments

Comments
 (0)