Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed May 16, 2023
2 parents c035fdd + 5b36c3e commit 1fccacb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ repos:
- id: debug-statements
- id: detect-private-key

- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
hooks:
- id: rstcheck

- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
hooks:
Expand Down
5 changes: 5 additions & 0 deletions edc_constants/disease_constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ANAEMIA = "anaemia"
BACTERAEMIA = "bacteraemia"
BACTERAEMIA_SEPSIS = "bacteraemia_sepsis"
BACTERIAL_PNEUMONIA = "bacterial_pneumonia"
Expand All @@ -10,7 +11,11 @@
CRYPTOCOCCAL_MENINGITIS = "cm"
DIARRHOEAL_WASTING = "diarrhoeal_wasting"
FOCAL_NEUROLOGIC_DEFICIT_OTHER = "focal_neurologic_deficit_other"
NEUTROPAENIA = "neutropaenia"
PNEUMONIA = "pneumonia"
RENAL_IMPAIRMENT = "renal_impairment"
SEPSIS = "sepsis"
TB_EXTRAPULMONARY = "tb_extrapulmonary"
TB_PULMONARY = "tb_pulmonary"
THERAPEUTIC_LP = "therapeutic_lp"
THROMBOCYTOPENIA = "thrombocytopenia"

0 comments on commit 1fccacb

Please sign in to comment.