Python : Config and description of autopep8

This commit is contained in:
Magne Sjaastad 2020-04-16 06:17:17 +02:00
parent dc8f2f0d34
commit 9e48d7ba7e
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