Skip to content

Commit de6d449

Browse files
cyclotrucfilipchristiansen
authored andcommitted
Update README.md
test: added unit tests for clone.py (#82) ci: disable windows tests (#86) Signed-off-by: joydeep049 <bntripathy123@gmail.com> test: added unit test for parse_query (#81)
1 parent 50fadd8 commit de6d449

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ repos:
102102
[
103103
click,
104104
fastapi-analytics,
105+
pytest-asyncio,
105106
python-dotenv,
106107
slowapi,
107108
starlette,
@@ -118,6 +119,7 @@ repos:
118119
click,
119120
fastapi-analytics,
120121
pytest,
122+
pytest-asyncio,
121123
python-dotenv,
122124
slowapi,
123125
starlette,

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ Gitingest aims to be friendly for first time contributors, with a simple python
108108

109109
### How to submit a PR
110110

111+
```bash
112+
# Default: "gitingest.com, *.gitingest.com, localhost, 127.0.0.1".
113+
ALLOWED_HOSTS="example.com, localhost, 127.0.0.1"
114+
```
115+
111116
1. Fork the repository & clone it locally
112117
2. Setup the dev environment (see Development section bellow)
113118
3. Run unit tests with `pytest`

0 commit comments

Comments
 (0)