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

[pre-commit.ci] pre-commit autoupdate #161

Merged
merged 5 commits into from
Jan 4, 2023
Merged

Conversation

pre-commit-ci bot and others added 5 commits January 2, 2023 17:20
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
- [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.991](pre-commit/mirrors-mypy@v0.961...v0.991)
- [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.2.0](asottile/setup-cfg-fmt@v1.20.1...v2.2.0)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/sirosen/check-jsonschema: 0.17.0 → 0.19.2](python-jsonschema/check-jsonschema@0.17.0...0.19.2)
- [github.com/asottile/pyupgrade: v2.37.1 → v3.3.1](asottile/pyupgrade@v2.37.1...v3.3.1)
@codecov
Copy link

codecov bot commented Jan 2, 2023

Codecov Report

Base: 86.63% // Head: 86.63% // No change to project coverage 👍

Coverage data is based on head (7822347) compared to base (6439b74).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   86.63%   86.63%           
=======================================
  Files           9        9           
  Lines         898      898           
=======================================
  Hits          778      778           
  Misses        120      120           
Flag Coverage Δ
py-3.10 86.52% <ø> (ø)
py-3.8 86.25% <ø> (-0.23%) ⬇️
py-3.9 86.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiidalab_launch/util.py 85.24% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -15,9 +15,6 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed by the setup-cfg-fmt. If we need to keep them we need to provide an extra option, per:

https://github.com/asottile/setup-cfg-fmt#adds-python-version-classifiers

hooks:
- id: flake8
args: [--count, --show-source, --statistics]
additional_dependencies:
- flake8-bugbear==21.3.1
- flake8-bugbear
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed to unpin this version, as it was broken in the newer flake8 version.

Copy link
Member

@yakutovicha yakutovicha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@yakutovicha yakutovicha merged commit 9a1b522 into main Jan 4, 2023
@yakutovicha yakutovicha deleted the pre-commit-ci-update-config branch January 4, 2023 12:14
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.

None yet

2 participants