Tag TIL

TIL: Editing Git Commit Messages after Gitlint commit-msg Hook Failure

A shortcut to save time when editing Git commit messages after a Gitlint commit-msg hook failure

TIL: Prevent global package installation when using pip

Setting PIP_REQUIRE_VIRTUALENV=true to prevent global package installation

TIL: Timing Function Execution

Utilities to time function execution

TIL: Using `__post_init__` with Python Dataclasses

Using __post_init__ to initiate dependent fields

TIL: Negative Operands and the Python Modulo Operator

Calculating the Remainder using the Python modulo Operator with a Negative Operand