Skip to content

Commit a07f0e2

Browse files
committedNov 2, 2019
refactor: using Black code formatter
1 parent fb3951a commit a07f0e2

File tree

8 files changed

+212
-139
lines changed

8 files changed

+212
-139
lines changed
 

‎.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[flake8]
2-
max-line-length = 160
2+
max-line-length = 150 # Match Black setting.

‎Pipfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ bibtexparser = "*"
1212
pytest = "*"
1313
flake8 = "*"
1414
twine = "*"
15-
16-
[requires]
17-
python_version = ">=3.6"
15+
black = "==19.10b0"

‎Pipfile.lock

+81-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎academic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__version__ = version.version
5-
__author__ = 'George Cushen'
5+
__author__ = "George Cushen"

0 commit comments

Comments
 (0)
Please sign in to comment.