Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
yoogottamk
Flatland
Commits
d0a8a914
Commit
d0a8a914
authored
5 years ago
by
u214892
Browse files
Options
Downloads
Patches
Plain Diff
50 use flake8-erdicate plugin to detect stale code
parent
13d1c8c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements_continuous_integration.txt
+2
-1
2 additions, 1 deletion
requirements_continuous_integration.txt
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
3 additions
and
2 deletions
requirements_continuous_integration.txt
+
2
−
1
View file @
d0a8a914
...
@@ -5,7 +5,8 @@ watchdog==0.9.0
...
@@ -5,7 +5,8 @@ watchdog==0.9.0
benchmarker==4.0.1
benchmarker==4.0.1
coverage==4.5.1
coverage==4.5.1
Sphinx==1.8.1
Sphinx==1.8.1
flake8
flake8==3.7.7
flake8-eradicate==0.2.0
twine==1.12.1
twine==1.12.1
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
d0a8a914
...
@@ -8,7 +8,7 @@ python =
...
@@ -8,7 +8,7 @@ python =
[flake8]
[flake8]
max-line-length
=
120
max-line-length
=
120
ignore
=
E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505
ignore
=
E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505
E800
[testenv:flake8]
[testenv:flake8]
basepython
=
python
basepython
=
python
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment