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

misc: make pyright only runs on .py files #1308

Merged
merged 2 commits into from Jul 20, 2023
Merged

Conversation

superlopuh
Copy link
Member

@superlopuh superlopuh commented Jul 20, 2023

I frequently run make tests (thanks again) and this is minor noise when the diff contains files that aren't Python.

@superlopuh superlopuh added the minor For minor PRs, easy and quick to review, quickly mergeable label Jul 20, 2023
@superlopuh superlopuh self-assigned this Jul 20, 2023
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (d9c82e3) 89.61% compared to head (a30f395) 89.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1308      +/-   ##
==========================================
- Coverage   89.61%   89.61%   -0.01%     
==========================================
  Files         187      187              
  Lines       24566    24560       -6     
  Branches     3693     3691       -2     
==========================================
- Hits        22016    22010       -6     
  Misses       1968     1968              
  Partials      582      582              

see 1 file with indirect coverage changes

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

Copy link
Collaborator

@AntonLydike AntonLydike left a comment

Choose a reason for hiding this comment

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

LGTM

Makefile Outdated
Comment on lines 57 to 59



Copy link
Collaborator

Choose a reason for hiding this comment

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

Whitespace change? Or was formatting off before?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah my b this was the test :)

@kingiler
Copy link
Collaborator

Do we want pyright run on .ipynb files?

@superlopuh
Copy link
Member Author

That's a good question, I'll add it and see what happens

@superlopuh
Copy link
Member Author

those are json so it doesn't know what to do with them. I'll merge as-is and we can deal with the pyright later

@superlopuh superlopuh merged commit 7846cbb into main Jul 20, 2023
10 checks passed
@superlopuh superlopuh deleted the sasha/misc/make-pyright branch July 20, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor For minor PRs, easy and quick to review, quickly mergeable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants