diff options
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [flake8] -ignore = E501 +ignore = E501,E203 exclude = .git,__pycache__,.gitlab max-complexity = 15 max-line-length = 120 |
index : ejabberd-tools | ||
A bunch of tools for maintenance a ejabberd server, written in python3 with rest and xmlrpc support:metrics service to fetch statistics from ejabberd to generate metrics for prometheus and influxdb |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | setup.cfg | 2 |
@@ -1,5 +1,5 @@ [flake8] -ignore = E501 +ignore = E501,E203 exclude = .git,__pycache__,.gitlab max-complexity = 15 max-line-length = 120 |