Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
adding pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jul 12, 2024
1 parent 451be31 commit 031f70a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
1 change: 1 addition & 0 deletions python-flask/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pytest-env==1.1.3
# Dev Utils
#-----------------------------------
invoke==2.2.0
pre-commit==3.7.1

#-----------------------------------
# Code Quality
Expand Down
32 changes: 30 additions & 2 deletions python-flask/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,52 @@ beautifulsoup4==4.12.2
# via -r requirements-dev.in
black==24.3.0
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via black
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.15.4
# via virtualenv
flake8==7.0.0
# via
# -r requirements-dev.in
# flake8-pyproject
flake8-pyproject==1.2.3
# via -r requirements-dev.in
identify==2.6.0
# via pre-commit
iniconfig==2.0.0
# via pytest
invoke==2.2.0
# via -r requirements-dev.in
jinja2==3.1.4
# via pytest-html
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
nodeenv==1.9.1
# via pre-commit
packaging==24.1
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.2.2
# via black
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
# via -r requirements-dev.in
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
Expand All @@ -44,11 +62,19 @@ pytest==8.2.2
# via
# -r requirements-dev.in
# pytest-env
# pytest-html
# pytest-metadata
# pytest-mock
pytest-env==1.1.3
# via -r requirements-dev.in
pytest-mock==3.12.0
pytest-html==4.1.1
# via -r requirements-dev.in
pytest-metadata==3.1.1
# via pytest-html
pytest-mock==3.14.0
# via -r requirements-dev.in
pyyaml==6.0.1
# via pre-commit
soupsieve==2.5
# via beautifulsoup4
tomli==2.0.1
Expand All @@ -59,3 +85,5 @@ tomli==2.0.1
# pytest-env
typing-extensions==4.12.2
# via black
virtualenv==20.26.3
# via pre-commit

0 comments on commit 031f70a

Please sign in to comment.