forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1748288 - Update typed-ast dependency in pylint and black linters…
…. r=linter-reviewers,ahal Black and PyLint linters fail to install with Python 3.10 because of typed-ast. typed-ast 1.4.3 added support for Python 3.10. Differential Revision: https://phabricator.services.mozilla.com/D135538
- Loading branch information
Showing
4 changed files
with
68 additions
and
73 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,5 +1,5 @@ | ||
black==21.11b1 | ||
typing-extensions==3.10.0.2 | ||
typed-ast==1.4.2 | ||
typed-ast==1.4.3 | ||
dataclasses==0.6 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pylint==2.11.1 | ||
colorama==0.4.4 # Needed on Windows. | ||
typed-ast==1.4.2 | ||
typed-ast==1.4.3 | ||
typing-extensions==3.10.0.2 |
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