Commit ID 17f5ed06ebe675bfbec75b35c8c23a1b3fa2cc6e
Contributor: | Demetrio Ruiz | Files Modified | 16 | |
Date: | 23-October-2024 at 21:32 | Lines Added: | 73 | |
Repository: | https://github.com/spec-first/connexion main | Lines Removed: | 33 | |
Commit Comment: | Improve type hints nullable parameters (#1972) Improve type hints for arguments that are nullables and fix _flake8_ pre-commit hook. Changes proposed in this pull request: - Update _pre-commit_ configuration with the latest version of _flake8_ to prevent errors - Improve type hints for parameters that are nullables --------- Co-authored-by: Robbe Sneyders <[email protected]> |
Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed | |
---|---|---|---|---|---|---|---|
Python | 73 | 33 | 0 | 0 | 0 | 0 |
File | Language | Code Added | Code Removed | Comments Added | Comments Removed | Blanks Added | Blanks Removed |
---|---|---|---|---|---|---|---|
connexion/apps/abstract.py | Python | 6 | 2 | 0 | 0 | 0 | 0 |
connexion/apps/asynchronous.py | Python | 8 | 4 | 0 | 0 | 0 | 0 |
connexion/apps/flask.py | Python | 21 | 5 | 0 | 0 | 0 | 0 |
connexion/exceptions.py | Python | 7 | 1 | 0 | 0 | 0 | 0 |
connexion/frameworks/abstract.py | Python | 2 | 2 | 0 | 0 | 0 | 0 |
connexion/frameworks/flask.py | Python | 2 | 2 | 0 | 0 | 0 | 0 |
connexion/frameworks/starlette.py | Python | 2 | 2 | 0 | 0 | 0 | 0 |
connexion/middleware/abstract.py | Python | 1 | 1 | 0 | 0 | 0 | 0 |
connexion/middleware/main.py | Python | 1 | 1 | 0 | 0 | 0 | 0 |
connexion/middleware/routing.py | Python | 5 | 1 | 0 | 0 | 0 | 0 |