Skip to content

Commit 3038af5

Browse files
add flake8
1 parent 0f6fe77 commit 3038af5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
tox
22
coverage
3+
flake8

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[metadata]
22
description-file = README.rst
3+
4+
[flake8]
5+
ignore = E121, E125, E128
6+
exclude = doc/*

0 commit comments

Comments
 (0)