src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/translations.py

branch
eric7
changeset 10372
1444b4bee64b
parent 10116
4a619fb7bd09
child 10439
21c28b0f9e41
equal deleted inserted replaced
10371:1f54843e8152 10372:1444b4bee64b
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",

eric ide

mercurial