This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-playground.git
from 2454035 feat(playground): add apache lisence files and headers (#2)
add 271ca8d setup pylint, isort and black
add 638ee2f adopt 120 line length
new 6319b86 Merge pull request #3 from xebiaquality/pylint
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +
playground/__init__.py | 1 -
playground/db_engine.py | 20 +--
playground/process_analysis/__init__.py | 1 -
playground/process_analysis/issue_filter.py | 12 +-
.../process_analysis/status_transition_graph.py | 32 ++--
.../status_transition_graph_stats_plot.py | 46 +++---
.../status_transition_graph_vistualizer.py | 32 ++--
.../utils/status_transition_data_generator.py | 104 +++++++-----
poetry.lock | 175 ++++++++++++++++++++-
pyproject.toml | 23 +++
11 files changed, 332 insertions(+), 116 deletions(-)