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 #82

Merged
merged 2 commits into from Dec 21, 2022
Merged

Conversation

@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2022

Codecov Report

Merging #82 (245070f) into main (d61ae40) will increase coverage by 1.27%.
The diff coverage is 83.89%.

@@            Coverage Diff             @@
##             main      #82      +/-   ##
==========================================
+ Coverage   57.85%   59.12%   +1.27%     
==========================================
  Files          16       22       +6     
  Lines        1350     1397      +47     
==========================================
+ Hits          781      826      +45     
- Misses        569      571       +2     
Impacted Files Coverage Δ
skbase/validate/_types.py 45.83% <45.83%> (ø)
skbase/_exceptions.py 77.77% <66.66%> (-22.23%) ⬇️
skbase/base/_meta.py 16.34% <81.81%> (ø)
skbase/utils/_nested_iter.py 92.85% <92.85%> (ø)
skbase/__init__.py 100.00% <100.00%> (ø)
skbase/base/__init__.py 100.00% <100.00%> (ø)
skbase/base/_base.py 81.38% <100.00%> (ø)
skbase/lookup/__init__.py 100.00% <100.00%> (ø)
skbase/lookup/_lookup.py 43.84% <100.00%> (ø)
skbase/mock_package/mock_package.py 100.00% <100.00%> (ø)
... and 6 more

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

@RNKuhns
Copy link
Contributor

RNKuhns commented Dec 7, 2022

Error is due to flake8 v6.0.0 compatibility issue in flake8-quotes plugin. There is an outstanding issue zheller/flake8-quotes#110 and corresponding PR zheller/flake8-quotes#111 that should fix this. Will monitor and try to re-run the CI when this appears to be fixed.

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/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
@RNKuhns
Copy link
Contributor

RNKuhns commented Dec 21, 2022

LGTM now that it restricts use of flake8-quotes plugin to use new version that works with flake8 v6.0.0.

@RNKuhns RNKuhns merged commit 7f9cb98 into main Dec 21, 2022
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