Skip to content

Commit 220e5e9

Browse files
authored
feat: add clinical trials API fetching (#17)
1 parent dc93b50 commit 220e5e9

File tree

4 files changed

+31715
-0
lines changed

4 files changed

+31715
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ repos:
33
rev: v4.6.0 # pre-commit-hooks version
44
hooks:
55
- id: check-added-large-files
6+
args: ['--maxkb=1500'] # for clinicaltrials.gov API fixture
67
- id: detect-private-key
78
- id: trailing-whitespace
89
- id: end-of-file-fixer

0 commit comments

Comments
 (0)