pylint-plugin-utils icon indicating copy to clipboard operation
pylint-plugin-utils copied to clipboard

Utilities and helpers for writing Pylint plugins

Results 9 pylint-plugin-utils issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.2](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.2) - [github.com/psf/black: 24.4.2 → 25.1.0](https://github.com/psf/black/compare/24.4.2...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

I was wondering if we could link this project to https://results.pre-commit.ci/ in the same way that the pylint project is linked to it. Check https://results.pre-commit.ci/run/github/47671127/1640674316.F3GsGXIYQOy9K58ggpBsvA

To remove the burden on the maintainer(s) I'd suggest to make it easier to release a new package version on PyPI. Pushing a Git tag to the repository may trigger...

One of the poetry dependencies are blocking wheel builds: https://github.com/pylint-dev/pylint-plugin-utils/blob/43508f268ef49bfa35a729f73e232342fd1eccb2/poetry.lock#L664-L666 Specifically issue [pyyaml#736](https://github.com/yaml/pyyaml/issues/736): ``` pip wheel --no-cache-dir --use-pep517 "pyyaml (==6.0)" ``` ``` File "/tmp/pip-build-env-oc9tqhzq/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__ raise AttributeError(attr)...

(we might use the GitHub tarball if you prefer)

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.31.2 to 20.36.1. Release notes Sourced from virtualenv's releases. 20.36.1 What's Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: resolve TOCTOU vulnerabilities in app_data and lock directory...

dependencies
python

updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0)