Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
rc
rabbitmq_agents
Merge requests
!125
Update CI config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update CI config
github/fork/diedpigs/update-ci-config
into
feat-cod-rmq
Overview
0
Commits
15
Pipelines
0
Changes
4
Open
Bo-Chun Chen
requested to merge
github/fork/diedpigs/update-ci-config
into
feat-cod-rmq
3 years ago
Overview
0
Commits
15
Pipelines
0
Changes
1
Expand
Add .flake8 config file Add black experimental long string processing
👍
0
👎
0
Merge request reports
Viewing commit
6050d51b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6050d51b
Update flake8 version in github action
· 6050d51b
Bo-Chun Chen
authored
3 years ago
.github/workflows/linting.yaml
+
1
−
1
Options
@@ -23,7 +23,7 @@ jobs:
if
:
always()
run
:
|
python -m pip install --upgrade pip
pip install flake8==
3.9
.1 pylint==2.13.8
pip install flake8==
4.0
.1 pylint==2.13.8
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
-
name
:
Run black
uses
:
psf/black@stable
Loading