summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 63c46fd2..7e5a0362 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,8 @@ show_error_codes = True
disallow_untyped_defs = True
ignore_missing_imports = True
files =
- kombu/utils/time.py
+ kombu/utils/time.py,
+ kombu/asynchronous/semaphore.py
[pep257]
ignore = D102,D104,D203,D105,D213