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

Set pass_filenames: false in mypy pre-commit configuration. #9349

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Sep 30, 2021

I made a small mistake in PR #9300. I missed the setting pass_filenames: false, which causes mypy to fail with an error about duplicate module names. This PR adds that setting back and fixes the error.

@bdice bdice self-assigned this Sep 30, 2021
@bdice bdice added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change labels Sep 30, 2021
@bdice bdice changed the title [FIX] Set pass_filenames: false in mypy pre-commit configuration. Set pass_filenames: false in mypy pre-commit configuration. Sep 30, 2021
@bdice bdice added the Python Affects Python cuDF API. label Sep 30, 2021
@bdice bdice requested review from a team, rgsl888prabhu and brandon-b-miller and removed request for a team September 30, 2021 18:20
@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Sep 30, 2021
@codecov
Copy link

codecov bot commented Sep 30, 2021

Codecov Report

Merging #9349 (86f0201) into branch-21.12 (ab4bfaa) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-21.12    #9349      +/-   ##
================================================
- Coverage         10.79%   10.77%   -0.02%     
================================================
  Files               116      116              
  Lines             18869    19363     +494     
================================================
+ Hits               2036     2087      +51     
- Misses            16833    17276     +443     
Impacted Files Coverage Δ
python/cudf/cudf/core/_base_index.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/join/_join_helpers.py 0.00% <ø> (ø)
python/cudf/cudf/core/multiindex.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/series.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/udf/api.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/udf/lowering.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/udf/pipeline.py 0.00% <0.00%> (ø)
... and 58 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e63f455...86f0201. Read the comment docs.

@galipremsagar
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 65fe400 into rapidsai:branch-21.12 Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants