-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pre-commit hooks (#690)
- Loading branch information
1 parent
1fe4414
commit 36202af
Showing
9 changed files
with
45 additions
and
38 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,6 @@ authors = [ | |
{ email = "[email protected]" }, | ||
] | ||
requires-python = ">=3.7" | ||
dependencies = [ | ||
"argcomplete<3.0,>=1.9.4", | ||
"colorlog<7.0.0,>=2.6.1", | ||
'importlib-metadata; python_version < "3.8"', | ||
"packaging>=20.9", | ||
'typing-extensions>=3.7.4; python_version < "3.8"', | ||
"virtualenv>=14", | ||
] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
|
@@ -47,6 +39,14 @@ classifiers = [ | |
"Programming Language :: Python :: 3.11", | ||
"Topic :: Software Development :: Testing", | ||
] | ||
dependencies = [ | ||
"argcomplete<3.0,>=1.9.4", | ||
"colorlog<7.0.0,>=2.6.1", | ||
'importlib-metadata; python_version < "3.8"', | ||
"packaging>=20.9", | ||
'typing-extensions>=3.7.4; python_version < "3.8"', | ||
"virtualenv>=14", | ||
] | ||
[project.optional-dependencies] | ||
tox_to_nox = [ | ||
"jinja2", | ||
|
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