Skip to content

Better output#199

Merged
tyki6 merged 6 commits intomainfrom
better_output
Jun 16, 2021
Merged

Better output#199
tyki6 merged 6 commits intomainfrom
better_output

Conversation

@tyki6
Copy link
Copy Markdown
Owner

@tyki6 tyki6 commented Jun 15, 2021

Pull Request Template

Description

Better output + color

Fixes #198

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I run make test
  • I run make tox
  • I run make lint
  • I run make docstr
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 15, 2021

Codecov Report

Merging #199 (de3db68) into main (a31266b) will increase coverage by 0.51%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
+ Coverage   99.23%   99.74%   +0.51%     
==========================================
  Files          10       10              
  Lines         390      391       +1     
  Branches       71       71              
==========================================
+ Hits          387      390       +3     
+ Misses          1        0       -1     
+ Partials        2        1       -1     
Impacted Files Coverage Δ
tests/cli/command/test_list_command.py 100.00% <ø> (ø)
rawsec_cli/output.py 98.30% <100.00%> (+3.66%) ⬆️

@tyki6 tyki6 self-assigned this Jun 15, 2021
@tyki6 tyki6 merged commit bdf6e48 into main Jun 16, 2021
@tyki6 tyki6 deleted the better_output branch June 16, 2021 07:41
tyki6 added a commit that referenced this pull request Jun 17, 2021
tyki6 added a commit that referenced this pull request Jun 17, 2021
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/psf/black: 20.8b1 → 21.6b0](psf/black@20.8b1...21.6b0)
- [github.com/pre-commit/mirrors-autopep8: v1.5.4 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.4...v1.5.7)
- [github.com/asottile/pyupgrade: v2.7.4 → v2.19.4](asottile/pyupgrade@v2.7.4...v2.19.4)
- [github.com/asottile/reorder_python_imports: v2.3.6 → v2.5.0](asottile/reorder-python-imports@v2.3.6...v2.5.0)
- [github.com/asottile/add-trailing-comma: v2.0.2 → v2.1.0](asottile/add-trailing-comma@v2.0.2...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.902](pre-commit/mirrors-mypy@v0.790...v0.902)

* Better output (#199)

* List option (#200)

* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix(ci)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(unit test)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: matthieu Bouamama <57527739+mBouamama@users.noreply.github.com>
Co-authored-by: mBouamama <matthieu.bouamama@leroymerlin.fr>
tyki6 added a commit that referenced this pull request Jul 5, 2021
tyki6 added a commit that referenced this pull request Jul 5, 2021
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/psf/black: 20.8b1 → 21.6b0](psf/black@20.8b1...21.6b0)
- [github.com/pre-commit/mirrors-autopep8: v1.5.4 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.4...v1.5.7)
- [github.com/asottile/pyupgrade: v2.7.4 → v2.19.4](asottile/pyupgrade@v2.7.4...v2.19.4)
- [github.com/asottile/reorder_python_imports: v2.3.6 → v2.5.0](asottile/reorder-python-imports@v2.3.6...v2.5.0)
- [github.com/asottile/add-trailing-comma: v2.0.2 → v2.1.0](asottile/add-trailing-comma@v2.0.2...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.902](pre-commit/mirrors-mypy@v0.790...v0.902)

* Better output (#199)

* List option (#200)

* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix(ci)

* fix(unit test)

* architecture change

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can we have better output?

1 participant