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

chore(dev): update dependency ruff to v0.0.281 #84

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (source, changelog) 0.0.275 -> 0.0.281 age adoption passing confidence

Release Notes

astral-sh/ruff (ruff)

v0.0.281

Compare Source

What's Changed

See the release blog post for more, including detailed descriptions of any newly added rules.

New rules
Rule changes
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.280...v0.0.281

v0.0.280

Compare Source

What's Changed

Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.279...v0.0.280

v0.0.279

Compare Source

What's Changed

Rules
Rule changes
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.278...v0.0.279

v0.0.278

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.277...v0.0.278

v0.0.277

Compare Source

What's Changed

Breaking Changes
Rules
Settings
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.276...v0.0.277

v0.0.276

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Highlights include: experimental support for linting Jupyter Notebooks.

To opt-in to linting Jupyter Notebook files, add the *.ipynb pattern to your include
setting, like so:

[tool.ruff]

### Allow Ruff to discover `*.ipynb` files.
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]

This will prompt Ruff to discover Jupyter Notebook files in any specified directories, and lint them
accordingly.

Jupyter Notebook support is currently opt-in and experimental. We'd love your help testing it out.
Have feedback? Run into issues? Let us know!

New Rules
Jupyter
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.275...v0.0.276


Configuration

📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #84 (b6b343c) into master (fdb094a) will not change coverage.
The diff coverage is n/a.

❗ Current head b6b343c differs from pull request most recent head bab2b4a. Consider uploading reports for the commit bab2b4a to get more accurate results

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   86.79%   86.79%           
=======================================
  Files           3        3           
  Lines         106      106           
=======================================
  Hits           92       92           
  Misses         14       14           
Flag Coverage Δ
py3.10 86.79% <ø> (ø)
py3.7 86.79% <ø> (ø)
py3.8 86.79% <ø> (ø)
py3.9 86.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@trim21 trim21 merged commit 02e64fb into master Jul 31, 2023
8 checks passed
@trim21 trim21 deleted the renovate/ruff-0.x branch July 31, 2023 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant