forked from jupyterlab/jupyterlab
-
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.
- Loading branch information
Showing
2,119 changed files
with
130,427 additions
and
225,227 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
extends: ['.eslintrc.js'], | ||
parserOptions: { | ||
project: 'tsconfig.eslint.json' | ||
}, | ||
rules: { | ||
'@typescript-eslint/no-floating-promises': ['error', { ignoreVoid: true }], | ||
'jest/no-done-callback': 'off' | ||
} | ||
}; |
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,2 +1,8 @@ | ||
# Run Black: https://github.com/jupyterlab/jupyterlab/pull/12282 | ||
cde0521528481befbb81fda0be8fee77dc5455df | ||
# Run pre-commit with black: https://github.com/jupyterlab/jupyterlab/pull/12279 | ||
6df5e0b6e8ec740ffa2f84f198820d1968e4d74d | ||
# Add linter rule for sorting import: https://github.com/jupyterlab/jupyterlab/pull/10344 | ||
dbdefed9db9332381fe4104bdf53ec314451951f | ||
# Bump linters: https://github.com/jupyterlab/jupyterlab/pull/12582 | ||
b57ec962a7b8cda65bb89a72223f195564f8387a | ||
# Add license header fix job: https://github.com/jupyterlab/jupyterlab/pull/12872 | ||
1bcbf90f26bc9141681965a094c75985b758a2c9 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
# Set update schedule for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every month | ||
interval: "monthly" | ||
# Set update schedule for pip | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every month | ||
# Align with pre-commit configuration .pre-commit-config.yaml | ||
interval: "monthly" |
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,3 @@ | ||
binderUrlSuffix: "?urlpath=lab" | ||
addBinderLink: true | ||
triageLabel: "status:Needs Triage" |
Oops, something went wrong.