Python : Config and description of autopep8

This commit is contained in:
Magne Sjaastad 2020-04-16 06:17:17 +02:00 committed by Gaute Lindkvist
parent 8662ff90d2
commit bf044d52b3
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Set working folder to /rips
---------------------------
python -m autopep8 --in-place --recursive .
Adjustments to behaviour is configured in setup.cfg at repository top level, in section [pep8]

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[pep8]
max-line-length=100
exclude=PythonExamples
ignore=E402