-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
hooks: | ||
- id: check-symlinks | ||
- id: check-yaml | ||
- id: check-json | ||
- id: destroyed-symlinks | ||
- id: end-of-file-fixer | ||
- id: requirements-txt-fixer | ||
name: Fix requirements*.txt | ||
files: ^requirements.*\.txt$ | ||
- id: trailing-whitespace | ||
|
||
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt | ||
rev: 0.2.3 | ||
hooks: | ||
- id: yamlfmt | ||
args: [--width, '100'] | ||
|
||
- repo: https://github.com/adrienverge/yamllint.git | ||
rev: v1.33.0 # or higher tag | ||
hooks: | ||
- id: yamllint | ||
args: [--format, parsable, --strict, -d, '{line-length: {max: 100}}'] |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pre-commit==3.8.0 |
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,7 +1,7 @@ | ||
--- | ||
id: demo | ||
name: >- | ||
*datalab* demo instance | ||
*datalab* demo instance | ||
contact: | ||
- name: datalab demo team | ||
email: [email protected] | ||
|
@@ -10,7 +10,7 @@ api_url: https://demo-api.datalab-org.io | |
description: >- | ||
The *datalab* demo instance is a public instance of the *datalab* federation, hosted by | ||
datalab industries ltd. It is intended to provide a demonstration of the capabilities | ||
of *datalab*, and to provide a sandbox environment for testing and development. Any data | ||
of *datalab*, and to provide a sandbox environment for testing and development. Any data | ||
stored in the *datalab* demo instance is private unless otherwise shared, but can be removed | ||
without warning. | ||
source_repository: https://github.com/datalab-org/datalab-demo-deployment |