checkarg icon indicating copy to clipboard operation
checkarg copied to clipboard

Guard clause library for Python projects, to validate arguments on every python function/method.

Results 11 checkarg issues
Sort by recently updated
recently updated
newest added

# Description Remove the file so the organization's global security policy ([here](https://github.com/Farfetch/.github?tab=security-ov-file)) is applied. ### Disclaimer By sending us your contributions, you are agreeing that your contribution is made subject...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
Beeing-discussed

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

documentation
Beeing-discussed

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

documentation
Beeing-discussed

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

documentation
good first issue
Beeing-discussed

**Describe the solution you'd like** ``` def doSomethingValid(negative_number: int, positive_number: int): Number.is_lower(negative_number, 0).is_greater_or_equals(positive_number, 0) ``` Note: might not the possible

enhancement
Beeing-discussed

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
Beeing-discussed

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
Beeing-discussed