diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-24 21:37:37 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-24 21:37:37 -0600 |
commit | eae1a3a5f602e9c79e07f4b6c1b133dfd12e1d5c (patch) | |
tree | 5ac9e4e20524b83b2020f985ca415ddbb341f097 /setup.cfg | |
parent | a609b1cb2b43fd17e03efa62314f679b47ae6cb5 (diff) |
add database_entry tests, change type for tags attr
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ per-file-ignores = __init__.py: W292 arg_parser.py: E501 custom_logger.py: E501 + test_database_entry.py: E501 [pbr] skip_authors = True |