summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSondre Lillebø Gundersen <sondrelg@live.no>2022-04-09 20:42:01 +0200
committerAsif Saif Uddin <auvipy@gmail.com>2022-04-12 17:11:49 +0600
commit4b67ad1692d48cb53b7caf4100a7c7957a86d163 (patch)
treede08cc652a7f58b9b8d0de66295931720ed28500 /setup.cfg
parent4342af80776888a12bc8dadbdb420e84c8c3c0e8 (diff)
downloadkombu-4b67ad1692d48cb53b7caf4100a7c7957a86d163.tar.gz
chore: Annotate semaphore.py
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
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