Skip to content

pyproject(ruff): Add pydocstyle rule selector w/ numpy convention - #428

Merged
tony merged 24 commits into
masterfrom
pydocstyle
Dec 17, 2023
Merged

pyproject(ruff): Add pydocstyle rule selector w/ numpy convention#428
tony merged 24 commits into
masterfrom
pydocstyle

Conversation

@tony

@tony tony commented Dec 3, 2023

Copy link
Copy Markdown
Member

@tony
tony force-pushed the pydocstyle branch 2 times, most recently from bd2711f to 1189fbd Compare December 9, 2023 12:01
@tony
tony force-pushed the pydocstyle branch 2 times, most recently from 6b0aae2 to ec70ec8 Compare December 10, 2023 12:05
tony added 3 commits December 16, 2023 04:07
`ruff --show-fixes --fix-only .`

Fixed 5 errors:
- src/vcspull/exc.py:
    1 × D211 (blank-line-before-class)
- src/vcspull/log.py:
    1 × D202 (no-blank-line-after-function)
- src/vcspull/util.py:
    1 × D202 (no-blank-line-after-function)
- tests/helpers.py:
    1 × D211 (blank-line-before-class)
- tests/test_sync.py:
    1 × D202 (no-blank-line-after-function)

Fixed 5 errors (8 additional fixes available with `--unsafe-fixes`).
`ruff --show-fixes --fix-only --unsafe-fixes .`

Fixed 8 errors:
- docs/conf.py:
    1 × D400 (ends-in-period)
- src/vcspull/_internal/config_reader.py:
    1 × D400 (ends-in-period)
- src/vcspull/config.py:
    1 × D400 (ends-in-period)
- tests/test_repo.py:
    3 × D400 (ends-in-period)
- tests/test_sync.py:
    2 × D400 (ends-in-period)

Fixed 8 errors.
@codecov

codecov Bot commented Dec 17, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (397ac9d) 84.91% compared to head (519fba6) 84.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #428   +/-   ##
=======================================
  Coverage   84.91%   84.91%           
=======================================
  Files          16       16           
  Lines         935      935           
  Branches      180      180           
=======================================
  Hits          794      794           
  Misses         90       90           
  Partials       51       51           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tony
tony marked this pull request as ready for review December 17, 2023 13:17
@tony
tony merged commit 3a3cf0a into master Dec 17, 2023
@tony
tony deleted the pydocstyle branch December 17, 2023 13:18
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.

1 participant