Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DeepInverse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hailu, Dawit
DeepInverse
Commits
7c07d586
Commit
7c07d586
authored
4 years ago
by
William Falcon
Browse files
Options
Downloads
Patches
Plain Diff
clean up sample project
parent
7bbecb5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+0
-43
0 additions, 43 deletions
setup.cfg
with
0 additions
and
43 deletions
setup.cfg
deleted
100644 → 0
+
0
−
43
View file @
7bbecb5f
[tool:pytest]
norecursedirs
=
.git
dist
build
addopts
=
--strict
--doctest-modules
--durations
=
0
[coverage:report]
exclude_lines
=
pragma:
no-cover
pass
[flake8]
max-line-length
=
120
exclude
=
.tox,*.egg,build,temp
select
=
E,W,F
doctests
=
True
verbose
=
2
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
format
=
pylint
# see: https://www.flake8rules.com/
ignore
=
E731
# Do not assign a lambda expression, use a def
W504
# Line break occurred after a binary operator
F401
# Module imported but unused
F841
# Local variable name is assigned to but never used
W605
# Invalid escape sequence 'x'
# setup.cfg or tox.ini
[check-manifest]
ignore
=
*.yml
.github
.github/*
[metadata]
license_file
=
LICENSE
description-file
=
README.md
# long_description = file:README.md
# long_description_content_type = text/markdown
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