Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: upgrade Poetry and pylint #494

Merged
merged 7 commits into from
Jul 13, 2022
Merged

build: upgrade Poetry and pylint #494

merged 7 commits into from
Jul 13, 2022

Conversation

andreoliwa
Copy link
Owner

Proposed changes

  1. Upgrade pylint to fix a vulnerability: PyUp Vuln #45185
  2. Upgrade Poetry to Release 1.1.14 · python-poetry/poetry

Checklist

  • Read the contribution guidelines
  • Run make locally before pushing commits
  • Add tests for the relevant parts:
    • API
    • CLI
    • flake8 plugin (normal mode)
    • flake8 plugin (offline mode)
  • Write documentation when there's a new API or functionality

pre-commit-ci bot and others added 2 commits July 11, 2022 20:29
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.31.1 → v2.37.1](asottile/pyupgrade@v2.31.1...v2.37.1)
- [github.com/psf/black: 22.1.0 → 22.6.0](psf/black@22.1.0...22.6.0)
- [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.7.1](pre-commit/mirrors-prettier@v2.6.1...v2.7.1)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v0.961](pre-commit/mirrors-mypy@v0.942...v0.961)
- [github.com/commitizen-tools/commitizen: v2.21.2 → v2.28.0](commitizen-tools/commitizen@v2.21.2...v2.28.0)
@coveralls
Copy link

coveralls commented Jul 13, 2022

Pull Request Test Coverage Report for Build 2666216604

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.008%) to 96.599%

Totals Coverage Status
Change from base Build 2074340381: -0.008%
Covered Lines: 2016
Relevant Lines: 2069

💛 - Coveralls

To fix flake8 warning B019
black is failing on pre-commit.ci with
ImportError: cannot import name '_unicodefun' from 'click'
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.

2 participants