We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934e22a commit 03878b3Copy full SHA for 03878b3
.circleci/config.yml
@@ -14,6 +14,7 @@ jobs:
14
pip install --upgrade pip
15
pip install poetry
16
poetry install --no-dev
17
+
18
- run:
19
name: Black Formatting Check # Only validation, without re-formatting
20
command: |
pyproject.toml
@@ -47,7 +47,6 @@ flake8 = "^3.9.1"
47
mypy = "^0.812"
48
coverage = "^5.5"
49
pre-commit = "^2.12.1"
50
-jupyterlab = "^3.0.14"
51
52
53
[build-system]
0 commit comments