Skip to content

Commit

Permalink
Updated README with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon authored Oct 22, 2021
1 parent ad87a4b commit 41b974d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# flake8-leading-blank-lines
A flake8 plugin to detect blank lines at the start of a file

## Installation
Install the plugin with pip:
```
pip install flake8-leading-blank-lines
```

Then use the `LBL001` error code in your flake8 configuration:
```
select=LBL001
```

Enjoy, I guess!

0 comments on commit 41b974d

Please sign in to comment.