-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to run pre-commit and copy pre-commit config file
Up python version locally
- Loading branch information
saville
committed
Dec 14, 2023
1 parent
9ef83a6
commit b093187
Showing
7 changed files
with
127 additions
and
30 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 +1 @@ | ||
3.7.2 | ||
3.11.4 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Jinja2>=2.7.2 | ||
PyYAML>=5.1.2 | ||
requests | ||
pre-commit>=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,53 @@ | ||
Jinja2>=2.7.2 | ||
PyYAML>=5.1.2 | ||
requests | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile | ||
# | ||
certifi==2023.11.17 | ||
# via requests | ||
cfgv==3.3.1 | ||
# via pre-commit | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.12.2 | ||
# via virtualenv | ||
identify==2.5.24 | ||
# via pre-commit | ||
idna==3.6 | ||
# via requests | ||
importlib-metadata==6.7.0 | ||
# via | ||
# pre-commit | ||
# virtualenv | ||
jinja2==3.1.2 | ||
# via -r requirements.in | ||
markupsafe==2.1.3 | ||
# via jinja2 | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
platformdirs==4.0.0 | ||
# via virtualenv | ||
pre-commit==2.21.0 | ||
# via -r requirements.in | ||
pyyaml==6.0.1 | ||
# via | ||
# -r requirements.in | ||
# pre-commit | ||
requests==2.31.0 | ||
# via -r requirements.in | ||
typing-extensions==4.7.1 | ||
# via | ||
# importlib-metadata | ||
# platformdirs | ||
urllib3==2.0.7 | ||
# via requests | ||
virtualenv==20.25.0 | ||
# via pre-commit | ||
zipp==3.15.0 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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