forked from RockefellerArchiveCenter/argo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RockefellerArchiveCenter#196 from RockefellerArchi…
…veCenter/development Merge development
- Loading branch information
Showing
12 changed files
with
107 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/mirrors-autopep8 | ||
rev: v1.5 | ||
rev: v1.6.0 | ||
hooks: | ||
- id: autopep8 | ||
args: | ||
- --in-place | ||
- --aggressive | ||
- repo: https://gitlab.com/pycqa/flake8 | ||
rev: 3.7.9 | ||
- repo: https://github.com/pycqa/flake8 | ||
rev: 4.0.1 | ||
hooks: | ||
- id: flake8 | ||
- repo: git://github.com/doublify/pre-commit-isort | ||
rev: v4.3.0 | ||
- repo: https://github.com/pycqa/isort | ||
rev: 5.10.1 | ||
hooks: | ||
- id: isort | ||
- repo: https://github.com/jazzband/pip-tools | ||
rev: 6.2.0 | ||
rev: 6.5.1 | ||
hooks: | ||
- id: pip-compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
dist: bionic | ||
language: python | ||
python: "3.10" | ||
cache: | ||
directories: | ||
- $HOME/.cache/pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.6 | ||
FROM python:3.10 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
RUN mkdir /code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Django==3.2.11 | ||
django-cors-headers==3.10.0 | ||
django-elasticsearch-dsl==7.2.1 | ||
django-elasticsearch-dsl-drf==0.22.2 | ||
djangorestframework==3.12.4 | ||
elasticsearch==7.15.2 | ||
Django==4.0.5 | ||
django-cors-headers==3.12.0 | ||
django-elasticsearch-dsl==7.2.2 | ||
django-elasticsearch-dsl-drf==0.22.4 | ||
djangorestframework==3.13.1 | ||
elasticsearch==7.17.0 | ||
elasticsearch-dsl==7.4.0 | ||
jsonschema==3.2.0 | ||
psycopg2-binary==2.9.1 | ||
jsonschema==4.4.0 | ||
psycopg2-binary==2.9.3 | ||
PyYAML==6.0 | ||
rac-schemas==0.29 | ||
rac_es==0.17.3 | ||
shortuuid==1.0.1 | ||
rac-schemas==0.30 | ||
rac_es==0.18 | ||
shortuuid==1.0.9 | ||
uritemplate==4.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters