Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

line length in flake8

# add the below inside .flake8
[flake8]
ignore = D203
--max-line-length=100
 
PREVIOUS NEXT
Tagged: #line #length
ADD COMMENT
Topic
Name
6+6 =