diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -44,19 +44,6 @@ lib/udev/rules = console_scripts = glucometer = glucometerutils.glucometer:main -[tool:pytest] -addopts = - --color=yes - --ignore=setup.py - -r a -norecursedirs = - .git - dist - build - venv - .env -timeout = 120 - [flake8] max-line-length = 88 # Ignore long line errors, black takes care of them. |