-
# Sumário
Diversos tipos de negócios precisam consultar se pessoas são "PEP" (Pessoas Expostas Politicamente) para avaliar os riscos de suas transações. Os dados estão disponíveis no [Portal Brasil…
-
Creo que el código debe formatearse de acuerdo a:
- https://www.python.org/dev/peps/pep-0008/
- https://www.python.org/dev/peps/pep-0287/
-
## Environment
- ejabberd version: >= 22.10 (on messaging.one it is 22.10.38)
- Erlang version: 25
- Installed from: Holger's test server at messaging.one
- OS: Linux (Debian)
## Bug descript…
-
## Time to update the `iaskutils` codebase!
### Task 1
* Update docstring convention and add type hints to functions.
* Reference:
* https://www.python.org/dev/peps/pep-0257/
* https:/…
-
* **Editor name and version**: VS Code
* **Platform**: Any
* **Color scheme**: Any
* **MagicPython version**:
* **A sreenshot**:
* **5-10 lines of surrounding code**:
VS Code includes a T…
-
From https://discuss.python.org/t/adding-a-default-extra-require-environment/4898/48?u=pradyunsg
> I found this: https://www.pypa.io/en/latest/specifications/#proposing-new-specifications but hones…
-
In a conversation on Mastodon, @kevinbowen777 [reported an error](https://fosstodon.org/@kevinbowen/111752319850691579) with a failing version comparison when installing [py5](https://py5coding.org/) …
-
[PEP 484](https://www.python.org/dev/peps/pep-0484/) specifies a syntax for providing type hints for function arguments and return types:
``` python
def greeting(name: str) -> str:
return '…
-
These PEPs recommend not using setup.py anymore:
* Use poetry to create pyproject.toml
* Delete setup.py
-
According to [PEP 8](https://peps.python.org/pep-0008/#code-lay-out:~:text=Limit%20all%20lines,to%2072%20characters.)
Expected:
"Limit all lines to a maximum of 79 characters.
For flowing long bl…