Skip to content

Commit

Permalink
Only install black once (as dev dep)
Browse files Browse the repository at this point in the history
This shouldn't change behavior, but it is a little less confusing.

Also format the ipynb correctly. VSCode was formatting it incorrectly due to a bug: microsoft/vscode-python#17681
  • Loading branch information
cypressf committed May 4, 2022
1 parent 63e6094 commit dc08f23
Show file tree
Hide file tree
Showing 3 changed files with 47,274 additions and 47,270 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -23,13 +23,12 @@ altair = "^4.2.0"
pandas = "^1.4.1"
pytest-plt = "^1.1.0"
pytest-xdist = "^2.5.0"
black = {extras = ["jupyter"], version = "^22.3.0"}
seaborn = "^0.11.2"

[tool.poetry.dev-dependencies]
jupyter = "^1.0.0"
pytest = "^7.1.2"
black = {version = "^22.1.0", allow-prereleases = true}
black = {version = "^22.3.0", extras = ["jupyter"], allow-prereleases = true}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit dc08f23

Please sign in to comment.