Gabriel Mitelman Tkacz
Gabriel Mitelman Tkacz
I'll work on this
Hey there! Gettting the same problem as @LostInDarkMath even when translating _from_ english. Thanks for all your hard work!
@cdgriffith would it be acceptable to make it so dunderscored variables are the ones considered "internal"? This would follow Python private name mangling conventions: https://docs.python.org/3/tutorial/classes.html#private-variables https://docs.python.org/3/reference/expressions.html#private-name-mangling
@cdgriffith fair enough. How should we do it then? Something like `my_box.add_private_key(*dict[str, any])`? They'd still be accessible as properties but wouldn't be included in exports and `to_dict` and etc. as...
@Bibo-Joshi hey there! Removed the Python
> > @Bibo-Joshi hey there! Removed the Python
> > Actually, there's some time out errors on some auto test runs, how do I solve those? > > don't worry about them, they're just flaky. However, `test-documentation-build` must...
@harshil21 finally got the time to fix all CR requests! Still can't get some pre-commit hooks to pass though, black doesn't formatt anything and ruff formats the entire codebase lol
@Bibo-Joshi getting this error ``` D:\Codes\python-telegram-bot>ruff check . --fix ruff failed Cause: Failed to parse D:\Codes\python-telegram-bot\pyproject.toml Cause: TOML parse error at line 125, column 1 | 125 | [tool.ruff.lint] |...
I can't get both isort/Black and Ruff to pass lol