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
ecc3d12507e5
Commit
7672fd76
authored
Sep 23, 2020
by
Arthur Lutz
Browse files
[black] paint it black & add tox target
parent
02fa14e0dde8
Pipeline
#14989
passed with stage
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ecc3d125
...
...
@@ -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 @
ecc3d125
...
...
@@ -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
Supports
Markdown
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