File tree 4 files changed +18
-1
lines changed
4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ [flake8]
2
+ max-line-length = 79
3
+ ignore = W503
Original file line number Diff line number Diff line change
1
+ # Custom
2
+ .dccache
3
+
1
4
# Byte-compiled / optimized / DLL files
2
5
__pycache__ /
3
6
* .py [cod ]
Original file line number Diff line number Diff line change
1
+ [style]
2
+ based_on_style=pep8
3
+ column_limit=79
4
+ split_before_arithmetic_operator=true
5
+ split_before_logical_operator=true
6
+ split_before_named_assigns=true
7
+ split_before_first_argument=true
8
+ dedent_closing_brackets=true
9
+ allow_split_before_dict_value=false
10
+ split_all_comma_separated_values=true
Original file line number Diff line number Diff line change 26
26
"Topic :: Software Development :: Libraries :: Python Modules" ,
27
27
],
28
28
python_requires = ">=3.6" ,
29
- install_requires = ['' ]) # Dependencies
29
+ install_requires = ['' ]
30
+ ) # Dependencies
You can’t perform that action at this time.
0 commit comments