flake8-plugin-utils
flake8-plugin-utils copied to clipboard
The package provides base classes and utils for flake8 plugin writing
Bumps [black](https://github.com/psf/black) from 19.10b0 to 20.8b1. Changelog Sourced from black's changelog. 20.8b1 Packaging explicitly depend on Click 7.1.2 or newer as Black no longer works with versions older than 7.0...
* Date you used flake8-plugin-utils: 2022-07-15 * flake8-plugin-utils version used, if any: 1.3.2 * Python version, if any: 3.6 ### Description I tried to implement a token-based parser instead of...
CI is currently running on the external Travis CI service. It might be worth to consider moving to GitHub Actions which is natively available nowadays.
The latest CI run indicates some deprecations (see https://app.travis-ci.com/github/Afonasev/flake8-plugin-utils): ```bash $ make lint test BIN="" flake8 --jobs 4 --statistics --show-source flake8_plugin_utils tests W0503: Deprecated config options were used: not_skip.Please see...
* Date you used flake8-plugin-utils: 24/07/2021 * flake8-plugin-utils version used, if any: 1.3.2 * Python version, if any: 3.8 * Operating System: Ubuntu 20.04 ### Description I'm trying to build...
```python-traceback File "~/.cache/pre-commit/repookdnxb7e/py_env-python3.14/lib/python3.14/site-packages/flake8/checker.py", line 428, in run_ast_checks for line_number, offset, text, _ in runner: ^^^^^^ File "~/.cache/pre-commit/repookdnxb7e/py_env-python3.14/lib/python3.14/site-packages/flake8_plugin_utils/plugin.py", line 71, in run visitor.visit(self._tree) ~~~~~~~~~~~~~^^^^^^^^^^^^ File "~/.pyenv/versions/3.14.0/lib/python3.14/ast.py", line 506, in visit return...