dermorz / flake8-commas

Flake8 extension for enforcing trailing commas in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flake8 Extension to enforce trailing commas.

Usage

If you are using flake8 it's as easy as:

pip install flake8-commas

Now you can avoid those annoying merge conflicts on dictionary and list diffs.

About

Flake8 extension for enforcing trailing commas in python

License:MIT License


Languages

Language:Python 90.0%Language:Shell 10.0%