Jonathan Bowman

Tags: linting

Useful Flake8 Plugins for Python Linting

Flake8 is like lint and LEGO® bricks. A great combination.

Using Flake8 and pyproject.toml with FlakeHell

More and more, I am using Python tools like Poetry and Black that use pyproject.toml as a central configuration file for packaging and tools. The finalized PEP 518 defined the specification for pyproject.toml, and many tools have adopted it.