Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_helper_mongo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
common_helper_mongo
Commits
dae5dd02
Commit
dae5dd02
authored
Feb 19, 2020
by
Jörg Stucke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
requested review changes
parent
7a7667fe
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
.isort.cfg
.isort.cfg
+0
-2
.pylintrc
.pylintrc
+0
-3
.pylintrc
common_helper_mongo/.pylintrc
+0
-0
pytest.ini
pytest.ini
+0
-3
No files found.
.isort.cfg
View file @
dae5dd02
[settings]
line_length=120
default_section = THIRDPARTY
known_first_party=analysis,compare,helperFunctions,install,intercom,objects,plugins,
scheduler,statistic,storage,test,unpacker,version,web_interface
multi_line_output=6
.pylintrc
View file @
dae5dd02
[MASTER]
init-hook='import sys; sys.path.append("./src")'
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=test/,src/bin
# Pickle collected data for later comparisons.
persistent=yes
...
...
common_helper_mongo/.pylintrc
deleted
100644 → 0
View file @
7a7667fe
This diff is collapsed.
Click to expand it.
pytest.ini
View file @
dae5dd02
...
...
@@ -2,8 +2,5 @@
addopts
=
--flake8 -v
flake8-ignore
=
*.py
E501
W503
install.py
E402
src/plugins/*
E402
*/bin/*
ALL
flake8-select
=
*.py
W504
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