Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
python-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
merchise
python-dev
Commits
143f6e0b
Verified
Commit
143f6e0b
authored
Sep 11, 2020
by
Manuel Vazquez Acosta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update black and flake8-bugbear.
parent
b80697ab
Pipeline
#20110
passed with stages
in 1 minute and 57 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile.3.6.in
Dockerfile.3.6.in
+1
-1
Dockerfile.3.7.in
Dockerfile.3.7.in
+1
-1
Dockerfile.3.8.in
Dockerfile.3.8.in
+1
-1
Dockerfile.3.9-rc.in
Dockerfile.3.9-rc.in
+1
-1
Dockerfile.alpine.in
Dockerfile.alpine.in
+1
-1
Dockerfile.debian.in
Dockerfile.debian.in
+1
-1
No files found.
Dockerfile.3.6.in
View file @
143f6e0b
RUN pip install -U black==
19.3b0
RUN pip install -U black==
20.8b1
Dockerfile.3.7.in
View file @
143f6e0b
RUN pip install -U black==
19.3b0
RUN pip install -U black==
20.8b1
Dockerfile.3.8.in
View file @
143f6e0b
RUN pip install -U black==
19.3b0
RUN pip install -U black==
20.8b1
Dockerfile.3.9-rc.in
View file @
143f6e0b
RUN pip install -U black==
19.3b0
RUN pip install -U black==
20.8b1
Dockerfile.alpine.in
View file @
143f6e0b
...
...
@@ -10,5 +10,5 @@ RUN apk add --virtual .build-deps \
openldap-dev libsass g++ postgresql-client bash \
libffi-dev
RUN pip install 'flake8-bugbear~=
19.8
' pipenv tox twine wheel 'xoutil~=2.1' merchise.lint>=0.16 sphinx sphinx-rtd-theme 'python-gitlab~=1.15'
RUN pip install 'flake8-bugbear~=
20.1
' pipenv tox twine wheel 'xoutil~=2.1' merchise.lint>=0.16 sphinx sphinx-rtd-theme 'python-gitlab~=1.15'
RUN pip install git+https://github.com/pycqa/pyflakes@4ed1ba41d1406dbb6c9ffbd369c2f523c2dc48f3
Dockerfile.debian.in
View file @
143f6e0b
...
...
@@ -4,5 +4,5 @@ LABEL maintainer="Merchise Autrement <info@merchise.org>"
RUN echo 20200515 && apt-get update && \
apt-get install -y --no-install-recommends build-essential git make gnupg
RUN pip install 'flake8-bugbear~=
19.8
' pipenv tox twine wheel 'xoutil~=2.1' merchise.lint>=0.16 sphinx sphinx-rtd-theme 'python-gitlab~=1.15'
RUN pip install 'flake8-bugbear~=
20.1
' pipenv tox twine wheel 'xoutil~=2.1' merchise.lint>=0.16 sphinx sphinx-rtd-theme 'python-gitlab~=1.15'
RUN pip install git+https://github.com/pycqa/pyflakes@4ed1ba41d1406dbb6c9ffbd369c2f523c2dc48f3
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