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
Dynamic Exposure
Global Dynamic Exposure
gde-importer
Commits
c937e469
Commit
c937e469
authored
Mar 24, 2022
by
Felix Delattre
Browse files
Adjusted version of black
parent
f09f4543
Pipeline
#40450
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
c937e469
...
...
@@ -19,7 +19,7 @@
from
setuptools
import
setup
,
find_packages
tests_require
=
[
"pytest"
]
linters_require
=
[
"black>=2
0.8b1
"
,
"pylint"
,
"flake8"
]
linters_require
=
[
"black>=2
2.1.0
"
,
"pylint"
,
"flake8"
]
setup
(
name
=
"gdeimporter"
,
...
...
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