Skip to content

Commit ed32a27

Browse files
committed
Add flake8 configuration
1 parent b9c0ca1 commit ed32a27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .flake8

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[flake8]
2+
max_line_length = 130
3+
exclude =
4+
.git,
5+
__pycache__,
6+
old,
7+
build,
8+
dist,
9+
./custom_config.py,
10+
./docs/conf.py

0 commit comments

Comments
 (0)