Metadata-Version: 2.1
Name: flake8-eol
Version: 0.0.3
Summary: Flake8 plugin to enforce EOL consistency
Home-page: https://github.com/claudioscheer/flake8-eol
Author: Claudio Scheer
Author-email: claudioscheer@protonmail.com
Keywords: flake8,eol,line endings
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# flake8-eol

Flake8 plugin to enforce EOL consistency. The plugin simply checks if the first line of a file ends with '\r'. If do, it throws the warning EOL001.

# Installation

```bash
pip install flake8-eol
```
