Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
assignbot
Commits
8ed2a7501992
Commit
50a73aba
authored
Sep 23, 2020
by
Arthur Lutz
Browse files
[black] paint it black & add tox target
parent
70bc6be5f108
Pipeline
#15012
passed with stage
in 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
8ed2a750
...
...
@@ -26,7 +26,7 @@ requirements = ["python-gitlab", "pyyaml", "pandas", "boto3"]
setup_requirements
=
[]
test_requirements
=
[]
with
open
(
'
README.rst
'
)
as
fobj
:
with
open
(
"
README.rst
"
)
as
fobj
:
long_description
=
fobj
.
read
()
...
...
tox.ini
View file @
8ed2a750
...
...
@@ -16,3 +16,11 @@ skip_install = true
deps
=
black
commands
=
black --check .
[testenv:black-run]
basepython
=
python3
skip_install
=
true
deps
=
black
commands
=
black .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment