jarshwah / flake8_formatter_abspath

A flake8 formatter plugin to show absolute path of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flake8-formatter-abspath

Updates

A flake8 formatter plugin that shows the absolute path of files with warnings.

  • Free software: MIT license

Installation

pip3 install flake8
pip3 install flake8_formatter_abspath

Usage

$ flake8 --format=abspath flake8_formatter_abspath
/Users/jarshwah/dev/flake8_formatter_abspath/flake8_formatter_abspath/plugin.py:5:1: F401 'sys' imported but unused

Jenkins WarningsPublisher

TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A flake8 formatter plugin to show absolute path of files

License:MIT License


Languages

Language:Python 79.4%Language:Makefile 20.6%