• R/O
  • SSH

pyrepo: Commit

Library with common primitives for Python_ programming language


Commit MetaInfo

Révision90319f48e7df60191b728828719665807dbddbbf (tree)
l'heure2022-01-03 22:51:59
AuteurSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Message de Log

Added user-wide config of pycodestyle for all the python projects

Change Summary

Modification

diff -r 5c2967d71bb0 -r 90319f48e7df pycodestyle
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pycodestyle Mon Jan 03 16:51:59 2022 +0300
@@ -0,0 +1,7 @@
1+# User-wide config of pycodestyle for all the python projects
2+# from ~/.config/
3+
4+[pycodestyle]
5+ignore = W191, E251
6+max-line-length = 120
7+statistics = True
Afficher sur ancien navigateur de dépôt.