A collection of flake8 plugins for python code.
A plugin to force call functions with keywords arguments.
A plugin to force Polarion ID for each pytest test.
A plugin to force unique fixtures names in pytest.
All plugins are off by default and can be enabled by:
- In .flake8 under enable-extensions section enable-extensions = FCN, UFN, PID,
- When calling flake8 cli: python -m flake8 --enable-extensions=UFN,FCN,PID
We use pre-commit for code check.
pre-commit install