Add pre-commit basic checks
Showing
- .pre-commit-config.yaml 18 additions, 0 deletions.pre-commit-config.yaml
- README.md 2 additions, 2 deletionsREADME.md
- arkindex/dataimport/models.py 3 additions, 5 deletionsarkindex/dataimport/models.py
- arkindex/documents/fixtures/roles_transkribus.yml 15 additions, 15 deletionsarkindex/documents/fixtures/roles_transkribus.yml
- arkindex/project/tests/config_samples/expected_errors.yaml 3 additions, 3 deletionsarkindex/project/tests/config_samples/expected_errors.yaml
- ci/static-deploy.sh 1 addition, 0 deletionsci/static-deploy.sh
- requirements.txt 5 additions, 5 deletionsrequirements.txt
- tests-requirements.txt 3 additions, 3 deletionstests-requirements.txt
# -r ./base/requirements.txt | ||
arkindex-common==0.2.0 | ||
apistar==0.7.2 | ||
git+https://gitlab.com/teklia/apistar.git#egg=apistar | ||
arkindex-common==0.2.0 | ||
git+https://gitlab.com/arkindex/common.git#egg=arkindex-common | ||
certifi==2017.7.27.1 | ||
channels==2.3.1 | ||
channels-redis==2.4.1 | ||
... | ... | @@ -22,11 +24,9 @@ python-magic==0.4.15 |
python-memcached==1.59 | ||
pytz>=2018.7 | ||
PyYAML==5.1 | ||
responses==0.10.7 | ||
requests==2.22 | ||
responses==0.10.7 | ||
sentry-sdk==0.14.3 | ||
tenacity==6.2 | ||
urllib3==1.22 | ||
uritemplate==3 | ||
git+https://gitlab.com/arkindex/common.git#egg=arkindex-common | ||
git+https://gitlab.com/teklia/apistar.git#egg=apistar | ||
urllib3==1.22 |
Please register or sign in to comment