1.0.1
- Fixes:
python -m flake8p
did not return exit code. - Uses built-in
tomllib
module instead of externaltomli
package as of Python 3.11. - Updates documentation to point out that
pyproject.toml
must be in current folder.
python -m flake8p
did not return exit code.tomllib
module instead of external tomli
package as of Python 3.11.pyproject.toml
must be in current folder.