Skip to content

Commit b3b22a9

Browse files
committed
overhaul ci config & remove some separate-repo cruft
1 parent aa5f54c commit b3b22a9

File tree

23 files changed

+139
-743
lines changed

23 files changed

+139
-743
lines changed

.circleci/config.yml

Lines changed: 81 additions & 175 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence
3-
* @alexcjohnson @Marc-Andre-Rivet @rpkyle
3+
* @alexcjohnson

components/dash-core-components/.circleci/config.yml

Lines changed: 0 additions & 188 deletions
This file was deleted.

components/dash-core-components/.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/dash-core-components/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/dash-core-components/dev-requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

components/dash-core-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"private::format.black": "black dash_core_components_base/ tests/ setup.py",
1616
"private::format.eslint": "eslint src --fix",
1717
"private::format.prettier": "prettier --config .prettierrc --write src/**/*.js",
18-
"private::lint.black": "if [ \"$PYTHON_VERSION\" != \"py27\" ]; then black --check dash_core_components_base/ tests/ setup.py; fi",
18+
"private::lint.black": "black --check dash_core_components_base/ tests/ setup.py",
1919
"private::lint.eslint": "eslint src",
2020
"private::lint.flake8": "flake8 --exclude=dash_core_components,node_modules,venv",
2121
"private::lint.prettier": "prettier --config .prettierrc src/**/*.js --list-different",

components/dash-html-components/.circleci/config.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

components/dash-html-components/.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/dash-html-components/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)