Skip to content

Commit

Permalink
build: Restore pre-commit requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 7, 2024
1 parent 0313bfe commit 76f982f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[project]
name = "cove-oc4ids"
version = "0.0.0"

[tool.black]
line-length = 119

Expand Down
1 change: 1 addition & 0 deletions requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-r requirements.txt
coverage
libsass
pre-commit
pytest
pytest-django
pytest-localserver
Expand Down
21 changes: 18 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ cffi==1.14.6
# via
# -r requirements.txt
# persistent
cfgv==3.4.0
# via pre-commit
charset-normalizer==2.0.4
# via
# -r requirements.txt
Expand All @@ -56,6 +58,8 @@ defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
distlib==0.3.8
# via virtualenv
django==4.2.16
# via
# -r requirements.txt
Expand All @@ -76,13 +80,17 @@ exceptiongroup==1.2.2
# pytest
# trio
# trio-websocket
filelock==3.15.4
# via virtualenv
flattentool==0.26.0
# via
# -r requirements.txt
# libcove
# libcoveweb
h11==0.14.0
# via wsproto
identify==2.6.0
# via pre-commit
idna==3.7
# via
# -r requirements.txt
Expand Down Expand Up @@ -138,6 +146,8 @@ markupsafe==2.1.2
# via
# -r requirements.txt
# werkzeug
nodeenv==1.9.1
# via pre-commit
ocdsextensionregistry==0.3.8
# via
# -r requirements.txt
Expand All @@ -154,7 +164,7 @@ orjson==3.9.15
# via -r requirements.txt
outcome==1.2.0
# via trio
packaging==21.0
packaging==24.1
# via pytest
persistent==4.7.0
# via
Expand All @@ -165,16 +175,17 @@ platformdirs==4.1.0
# via
# -r requirements.txt
# requests-cache
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.8.0
# via -r requirements_dev.in
pycparser==2.20
# via
# -r requirements.txt
# cffi
pymemcache==4.0.0
# via -r requirements.txt
pyparsing==2.4.7
# via packaging
pysocks==1.7.1
# via urllib3
pytest==7.3.1
Expand All @@ -189,6 +200,8 @@ pytz==2021.1
# via
# -r requirements.txt
# flattentool
pyyaml==6.0.2
# via pre-commit
referencing==0.32.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -279,6 +292,8 @@ urllib3==2.2.2
# requests-cache
# selenium
# sentry-sdk
virtualenv==20.26.3
# via pre-commit
werkzeug==3.0.3
# via
# -r requirements.txt
Expand Down

0 comments on commit 76f982f

Please sign in to comment.