Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
pipenv: replace yapf with black
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed May 30, 2020
1 parent 8197247 commit 77fa9c1
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .style.yapf

This file was deleted.

2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ freesurfer-stats = {editable = true, path = "."}
pandas = "<1"

[dev-packages]
black = "==19.10b0"
isort = "*"
# >=2.3.0 due to false+ assignment-from-no-return
# https://github.com/PyCQA/pylint/issues/2694
Expand All @@ -18,7 +19,6 @@ pylint-import-requirements = "<3"
pytest = "<5"
# >=2 for --cov-fail-under
pytest-cov = "<3,>=2"
yapf = "*"
# v2.0.0 dropped python<3.6 support
# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
zipp = "<2"
Expand Down
107 changes: 77 additions & 30 deletions Pipfile.lock

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

0 comments on commit 77fa9c1

Please sign in to comment.