.python-version update dependencies Dec 30, 2022 .yamllint don't require specific indentation for multi-line strings May 2, 2023 CITATION.cff add citation to run linting Nov 16, 2023 LICENSE Create LICENSE Oct 2, 2018 README.md Update README links ...
)$" # Assume Python 3.10. target-version = "py310" [tool.ruff.mccabe] # Unlike Flake8, default to a complexity level of 10. max-complexity = 10 As an example, the following would configure Ruff to: (1) avoid enforcing line-length violations (E501); (2) never remove unused imports...
**Python Minifier:** Reduces the size of (minifies) Python code for use onembedded platforms.Performs the following: - Removes docstrings. - Removes comments. - Minimizes code indentation. - Joins multiline pairs of parentheses, braces, and brackets (and removes extraneous whitespace within). -...