summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-02-24 03:53:13 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-02-24 03:53:13 -0600
commita609b1cb2b43fd17e03efa62314f679b47ae6cb5 (patch)
tree2c495cecb477e01766343fbdae2e8c7c84fc63db /setup.cfg
parent28c2ae9102d4204b3f0a79419eec1e72dbbc529a (diff)
add utils tests, small refactor
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bbd073e..d61839e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,9 +57,11 @@ where = src
pymdvar = py.typed
[flake8]
-max-line-length = 160
+max-line-length = 80
per-file-ignores =
__init__.py: W292
+ arg_parser.py: E501
+ custom_logger.py: E501
[pbr]
skip_authors = True