Add pycodestyle config

This commit is contained in:
Simon Bruder 2020-09-09 16:12:25 +02:00
parent 6529de6b59
commit 02c2a87f19
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

3
home/.config/pycodestyle Normal file
View file

@ -0,0 +1,3 @@
[pycodestyle]
ignore = E265
max-line-length = 120