christopherpickering / pylint-per-file-ignores

A pylint plugin to ignore error codes per file.
10 stars 5 forks source link

chore(deps) Update all non-major dependencies #149

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@semantic-release/github 10.0.5 -> 10.0.6 age adoption passing confidence devDependencies patch
asottile/pyupgrade v3.15.2 -> v3.16.0 age adoption passing confidence repository minor
ruff (source, changelog) 0.4.7 -> 0.4.8 age adoption passing confidence dev patch
tox (changelog) 4.15.0 -> 4.15.1 age adoption passing confidence dev patch

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

semantic-release/github (@​semantic-release/github) ### [`v10.0.6`](https://togithub.com/semantic-release/github/releases/tag/v10.0.6) [Compare Source](https://togithub.com/semantic-release/github/compare/v10.0.5...v10.0.6) ##### Bug Fixes - corrected homepage link in package.json so the generated links in the errors are valid ([#​848](https://togithub.com/semantic-release/github/issues/848)) ([865762d](https://togithub.com/semantic-release/github/commit/865762db8e90530b45f3009bc15ab88166e25405))
asottile/pyupgrade (asottile/pyupgrade) ### [`v3.16.0`](https://togithub.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0) [Compare Source](https://togithub.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0)
astral-sh/ruff (ruff) ### [`v0.4.8`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#048) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.7...v0.4.8) ##### Performance - Linter performance has been improved by around 10% on some microbenchmarks by refactoring the lexer and parser to maintain synchronicity between them ([#​11457](https://togithub.com/astral-sh/ruff/pull/11457)) ##### Preview features - \[`flake8-bugbear`] Implement `return-in-generator` (`B901`) ([#​11644](https://togithub.com/astral-sh/ruff/pull/11644)) - \[`flake8-pyi`] Implement `PYI063` ([#​11699](https://togithub.com/astral-sh/ruff/pull/11699)) - \[`pygrep_hooks`] Check blanket ignores via file-level pragmas (`PGH004`) ([#​11540](https://togithub.com/astral-sh/ruff/pull/11540)) ##### Rule changes - \[`pyupgrade`] Update `UP035` for Python 3.13 and the latest version of `typing_extensions` ([#​11693](https://togithub.com/astral-sh/ruff/pull/11693)) - \[`numpy`] Update `NPY001` rule for NumPy 2.0 ([#​11735](https://togithub.com/astral-sh/ruff/pull/11735)) ##### Server - Formatting a document with syntax problems no longer spams a visible error popup ([#​11745](https://togithub.com/astral-sh/ruff/pull/11745)) ##### CLI - Add RDJson support for `--output-format` flag ([#​11682](https://togithub.com/astral-sh/ruff/pull/11682)) ##### Bug fixes - \[`pyupgrade`] Write empty string in lieu of panic when fixing `UP032` ([#​11696](https://togithub.com/astral-sh/ruff/pull/11696)) - \[`flake8-simplify`] Simplify double negatives in `SIM103` ([#​11684](https://togithub.com/astral-sh/ruff/pull/11684)) - Ensure the expression generator adds a newline before `type` statements ([#​11720](https://togithub.com/astral-sh/ruff/pull/11720)) - Respect per-file ignores for blanket and redirected noqa rules ([#​11728](https://togithub.com/astral-sh/ruff/pull/11728))
tox-dev/tox (tox) ### [`v4.15.1`](https://togithub.com/tox-dev/tox/releases/tag/4.15.1) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.15.0...4.15.1) #### What's Changed - fix skip with package = wheel by [@​MarcinKonowalczyk](https://togithub.com/MarcinKonowalczyk) in [https://github.com/tox-dev/tox/pull/3269](https://togithub.com/tox-dev/tox/pull/3269) - Fixed typo in user guide. by [@​carltongibson](https://togithub.com/carltongibson) in [https://github.com/tox-dev/tox/pull/3277](https://togithub.com/tox-dev/tox/pull/3277) - Fix broad build privileges @​ GHA release workflow by [@​webknjaz](https://togithub.com/webknjaz) in [https://github.com/tox-dev/tox/pull/3281](https://togithub.com/tox-dev/tox/pull/3281) - Allow `ConfigSet.add_config` to receive parameterized generics for `of_type`. by [@​ssbarnea](https://togithub.com/ssbarnea) in [https://github.com/tox-dev/tox/pull/3288](https://togithub.com/tox-dev/tox/pull/3288) - Fix section substitution with setenv by [@​JJLLWW](https://togithub.com/JJLLWW) in [https://github.com/tox-dev/tox/pull/3289](https://togithub.com/tox-dev/tox/pull/3289) #### New Contributors - [@​MarcinKonowalczyk](https://togithub.com/MarcinKonowalczyk) made their first contribution in [https://github.com/tox-dev/tox/pull/3269](https://togithub.com/tox-dev/tox/pull/3269) - [@​carltongibson](https://togithub.com/carltongibson) made their first contribution in [https://github.com/tox-dev/tox/pull/3277](https://togithub.com/tox-dev/tox/pull/3277) - [@​JJLLWW](https://togithub.com/JJLLWW) made their first contribution in [https://github.com/tox-dev/tox/pull/3289](https://togithub.com/tox-dev/tox/pull/3289) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.15.0...4.15.1

Configuration

πŸ“… Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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