-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): upgrade python dependencies * chore(deps): update js deps also run npm run fix and fix npm run lint * fix(tests): fix things broken by the upgrade * chore(release): update Firefox and release notes * fix(test): only use non-prefixed WebRTC classes in test
- Loading branch information
Showing
45 changed files
with
4,645 additions
and
17,442 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,24 +1,23 @@ | ||
repos: | ||
- repo: https://github.com/timothycrosley/isort | ||
rev: 5.10.1 | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
- id: isort | ||
- repo: https://github.com/psf/black | ||
rev: 22.3.0 | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black | ||
language_version: python3 | ||
- repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: v0.942 | ||
rev: v1.3.0 | ||
hooks: | ||
- id: mypy | ||
additional_dependencies: [pytest, types-tabulate, types-PyYAML, types-redis] | ||
additional_dependencies: | ||
[pytest, types-tabulate, types-PyYAML, types-redis] | ||
# We may need to add more and more dependencies here, as pre-commit | ||
# runs in an environment without our dependencies | ||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook | ||
rev: v8.0.0 | ||
rev: v9.5.0 | ||
hooks: | ||
- id: commitlint | ||
stages: [commit-msg] | ||
|
||
|
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.