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

Address linter failures #171

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Address linter failures #171

merged 1 commit into from
Nov 28, 2022

Conversation

kandersolar
Copy link
Member

  • Closes Configure the linter to only check lines of code that change for new PR's #169
  • [ ] Added tests to cover all new or modified code.
  • [ ] Clearly documented all new API functions with PEP257 and numpydoc compliant docstrings.
  • [ ] Added new API functions to docs/api.rst.
  • [ ] Non-API functions clearly documented with docstrings or comments as necessary.
  • [ ] Adds description and name entries in the appropriate "what's new" file
    in docs/whatsnew
    for all changes. Includes link to the GitHub Issue with :issue:`num`
    or this Pull Request with :pull:`num`. Includes contributor name
    and/or GitHub username (link with :ghuser:`user`).
  • Pull request is nearly complete and ready for detailed review.
  • Maintainer: Appropriate GitHub Labels and Milestone are assigned to the Pull Request and linked Issue.

@kandersolar kandersolar added this to the v0.1.3 milestone Nov 28, 2022
@kandersolar kandersolar merged commit 83500ac into pvlib:main Nov 28, 2022
@kandersolar kandersolar deleted the lint branch November 28, 2022 18:51
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.

Configure the linter to only check lines of code that change for new PR's
2 participants