25 "blocking sync context manager in async function," |
25 "blocking sync context manager in async function," |
26 " use 'async with' statement", |
26 " use 'async with' statement", |
27 ), |
27 ), |
28 "ASY104": QCoreApplication.translate( |
28 "ASY104": QCoreApplication.translate( |
29 "AsyncChecker", |
29 "AsyncChecker", |
30 "avoid using os.path, prefer using 'trio.Path' or 'anyio.Path'" " objects", |
30 "avoid using os.path, prefer using 'trio.Path' or 'anyio.Path' objects", |
31 ), |
31 ), |
32 "ASY105": QCoreApplication.translate( |
32 "ASY105": QCoreApplication.translate( |
33 "AsyncChecker", |
33 "AsyncChecker", |
34 "use of potentially dangerous class in async function, use" |
34 "use of potentially dangerous class in async function, use" |
35 " httpx.AsyncClient", |
35 " httpx.AsyncClient", |