Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!129
#153
: Allow to install black pre-releases
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#153
: Allow to install black pre-releases
153_black_pre_releases
into
dev
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Moul
requested to merge
153_black_pre_releases
into
dev
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
black is only available as a pre-release
Check is performed/The error appears from Poetry v1.1.5
Fix CI jobs
Close
#153 (closed)
.
Edited
4 years ago
by
Moul
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
60fa96f6
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyproject.toml
+
1
−
1
Options
@@ -35,7 +35,7 @@ graphql-core = "^3.1.2"
websocket-client
=
"^0.57"
[tool.poetry.dev-dependencies]
black
=
"^20.8b1"
black
=
{
version
=
"^20.8b1"
,
allow-prereleases
=
true
}
mypy
=
"^0.790"
pylint
=
"^2.7.2"
sphinx
=
"^3.2.1"
Loading