nvuillam / github-dependents-info

Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badge
https://pypi.org/project/github-dependents-info/
MIT License
103 stars 7 forks source link

Update dependency pylint to v3.0.3 #465

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint (changelog) 3.0.2 -> 3.0.3 age adoption passing confidence

Release Notes

pylint-dev/pylint (pylint) ### [`v3.0.3`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.0.3) [Compare Source](https://togithub.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3) ## What's new in Pylint 3.0.3? Release date: 2023-12-11 ## False Positives Fixed - Fixed false positive for `unnecessary-lambda` when the call has keyword arguments but not the lambda. Closes [#​9148](https://togithub.com/pylint-dev/pylint/issues/9148) - Fixed incorrect suggestion for shallow copy in unnecessary-comprehension Example of the suggestion: \#pylint: disable=missing-module-docstring a = \[1, 2, 3] b = \[x for x in a] b\[0] = 0 print(a) # \[1, 2, 3] After changing b = \[x for x in a] to b = a based on the suggestion, the script now prints \[0, 2, 3]. The correct suggestion should be use list(a) to preserve the original behavior. Closes [#​9172](https://togithub.com/pylint-dev/pylint/issues/9172) - Fix false positives for `undefined-variable` and `unused-argument` for classes and functions using Python 3.12 generic type syntax. Closes [#​9193](https://togithub.com/pylint-dev/pylint/issues/9193) - Fixed `pointless-string-statement` false positive for docstrings on Python 3.12 type aliases. Closes [#​9268](https://togithub.com/pylint-dev/pylint/issues/9268) - Fix false positive for `invalid-exception-operation` when concatenating tuples of exception types. Closes [#​9288](https://togithub.com/pylint-dev/pylint/issues/9288) ## Other Bug Fixes - Fix a bug where pylint was unable to walk recursively through a directory if the directory has an `__init__.py` file. Closes [#​9210](https://togithub.com/pylint-dev/pylint/issues/9210)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

github-actions[bot] commented 9 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.06s
✅ COPYPASTE jscpd yes no 2.09s
⚠️ DOCKERFILE hadolint 1 1 0.21s
✅ JSON eslint-plugin-jsonc 3 0 0 1.1s
✅ JSON jsonlint 3 0 0.33s
✅ JSON prettier 3 0 0 0.49s
✅ JSON v8r 3 0 3.48s
⚠️ MAKEFILE checkmake 1 1 0.02s
⚠️ MARKDOWN markdownlint 11 0 12 1.45s
✅ MARKDOWN markdown-link-check 11 0 6.63s
✅ MARKDOWN markdown-table-formatter 11 0 0 0.33s
✅ PYTHON bandit 6 0 1.35s
✅ PYTHON black 6 0 0 0.8s
✅ PYTHON flake8 6 0 0.52s
✅ PYTHON isort 6 0 0 0.28s
⚠️ PYTHON mypy 6 5 6.73s
✅ PYTHON pylint 6 0 4.53s
⚠️ PYTHON pyright 6 8 7.68s
✅ PYTHON ruff 6 0 0 0.03s
✅ REPOSITORY checkov yes no 10.34s
✅ REPOSITORY gitleaks yes no 2.1s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 11.65s
✅ REPOSITORY secretlint yes no 0.98s
✅ REPOSITORY trivy yes no 5.7s
✅ REPOSITORY trivy-sbom yes no 2.88s
✅ REPOSITORY trufflehog yes no 2.77s
✅ SPELL cspell 43 0 3.72s
✅ SPELL lychee 26 0 1.36s
✅ YAML prettier 12 0 0 1.24s
✅ YAML v8r 12 0 16.72s
✅ YAML yamllint 12 0 0.34s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 9 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.08s
✅ COPYPASTE jscpd yes no 2.08s
⚠️ DOCKERFILE hadolint 1 1 0.1s
✅ JSON eslint-plugin-jsonc 3 0 0 1.03s
✅ JSON jsonlint 3 0 0.17s
✅ JSON prettier 3 0 0 0.54s
✅ JSON v8r 3 0 3.45s
⚠️ MAKEFILE checkmake 1 1 0.03s
⚠️ MARKDOWN markdownlint 11 0 12 1.43s
✅ MARKDOWN markdown-link-check 11 0 5.86s
✅ MARKDOWN markdown-table-formatter 11 0 0 0.29s
✅ PYTHON bandit 6 0 1.16s
✅ PYTHON black 6 0 0 0.88s
✅ PYTHON flake8 6 0 0.75s
✅ PYTHON isort 6 0 0 0.3s
⚠️ PYTHON mypy 6 5 7.07s
✅ PYTHON pylint 6 0 4.7s
⚠️ PYTHON pyright 6 8 7.85s
✅ PYTHON ruff 6 0 0 0.03s
✅ REPOSITORY checkov yes no 10.75s
✅ REPOSITORY gitleaks yes no 2.02s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY grype yes no 11.29s
✅ REPOSITORY secretlint yes no 0.93s
✅ REPOSITORY trivy yes no 6.39s
✅ REPOSITORY trivy-sbom yes no 2.56s
✅ REPOSITORY trufflehog yes no 2.55s
✅ SPELL cspell 43 0 4.13s
✅ SPELL lychee 26 0 1.3s
✅ YAML prettier 12 0 0 1.05s
✅ YAML v8r 12 0 17.53s
✅ YAML yamllint 12 0 0.39s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_