Skip to content

Commit

Permalink
pre-commit: bump dependencies (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta authored Jun 5, 2023
1 parent 1372dea commit 99783eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.34.0
rev: v8.42.0
hooks:
- id: eslint
files: \.[jt]s$
types: [file]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -56,21 +56,21 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.2'
rev: 'v2.2.4'
hooks:
- id: codespell
# skip false positives
Expand Down
2 changes: 1 addition & 1 deletion examples/classic_to_bidi_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def main():
bidi_element_references = list(
map(lambda _id: {"sharedId": _id}, raw_element_ids))

# Pass BiDi shared references to BiDi sctipt.
# Pass BiDi shared references to BiDi script.
command_result = await run_and_wait_command(
{
"id": next(ID),
Expand Down

0 comments on commit 99783eb

Please sign in to comment.