Skip to content

Commit

Permalink
Add dataverse_testdata submodule; update pre-commit yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 14, 2021
1 parent a2ae98d commit bfba9cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "dataverse_testdata"]
path = dataverse_testdata
url = git@github.com:AUSSDA/dataverse_testdata.git
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ repos:
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-encoding-pragma
args: [--remove]
- id: pretty-format-json
args: [--autofix,--no-sort-keys]
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
Expand All @@ -27,3 +31,8 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies: [black==19.10b0]
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.4.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py36-plus]
1 change: 1 addition & 0 deletions dataverse_testdata
Submodule dataverse_testdata added at d7505b

0 comments on commit bfba9cc

Please sign in to comment.