flake8-expandtab

flake8 for tab junkies


License
MIT
Install
pip install flake8-expandtab==0.3

Documentation

flake8-expandtab

Introduction

flake8 for tab junkies. This extension allows you to pre-expand tabs into spaces before flake8 parses files, to get around flake8's 8-space tab assumption.

Installation

Install it via pip:

$ pip install flake8 flake8-expandtab

Configuration

You can specify --tab-width to an integer value to activate this extension, or specify tab-width in your config.

Authors

  • Chow Loong Jin - Initial work - hyperair

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments