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

Update dev dependencies (non-major) #174

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mypy (source, changelog) 1.3.0 -> 1.4.1 age adoption passing confidence
ruff (source, changelog) 0.0.270 -> 0.0.277 age adoption passing confidence

Release Notes

python/mypy (mypy)

v1.4.1

Compare Source

v1.4.0

Compare Source

astral-sh/ruff (ruff)

v0.0.277

Compare Source

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

v0.0.275

Compare Source

What's Changed

Highlights include a 7-10x decrease in Ruff's cache size.

Rules
Bug Fixes

New Contributors

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

v0.0.274

Compare Source

What's Changed

Follow-up release to v0.0.273 to fix a panic in cache accesses.

Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.273...v0.0.274

v0.0.273

Compare Source

What's Changed

Highlights include:

  • Autofix capabilities for rules like flake8-import-conventions, which require symbol renames across a file.
  • Significant decrease in Ruff's cache size (e.g., a ~50% decrease for FastAPI).
  • Dozens and dozens of bug fixes + performance improvements.
Rules
Settings
Caching
Jupyter
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.272...v0.0.273

v0.0.272

Compare Source

What's Changed

Breaking Changes
Rules
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.271...v0.0.272

v0.0.271

Compare Source

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.270...v0.0.271


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, 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.

@renovate renovate bot changed the title Update dependency ruff to v0.0.271 Update dependency ruff to v0.0.272 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from 47cc110 to 843c65a Compare June 8, 2023 13:40
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 843c65a to 83c3972 Compare June 20, 2023 17:50
@renovate renovate bot changed the title Update dependency ruff to v0.0.272 Update dev dependencies (non-major) Jun 20, 2023
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 6284055 to 6117bf3 Compare June 26, 2023 00:02
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 6117bf3 to ee43db7 Compare July 3, 2023 21:13
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from ee43db7 to 7858fe7 Compare July 5, 2023 01:11
@bryanforbes bryanforbes merged commit 55ce4e3 into master Jul 9, 2023
0 of 2 checks passed
@bryanforbes bryanforbes deleted the renovate/dev-dependencies branch July 9, 2023 17:55
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