Skip to content

Relese [0.0.4] - 2025-12-08

Latest

Choose a tag to compare

@flamehaven01 flamehaven01 released this 08 Dec 05:50
· 23 commits to main since this release
890c58f

Changed

  • Config resolution now starts from the lint/translate target path, so per-folder .fdsrc.yaml files are honored without changing the current working directory.
  • Translation command uses detected language objects safely, preventing crashes when language: auto is enabled.
  • DeepL provider applies a 5s default timeout and clearer API error messages to avoid CLI hangs during network issues.
  • Normalized line endings and trimmed trailing whitespace across fds_dev modules; added minimal module docstrings for tooling compatibility.
  • Added project .pylintrc tuned to existing Black/Ruff style to reduce lint noise while keeping structural checks in CI.

Testing

  • python -m pytest tests (110 passed)
  • python -m pylint fds_dev (10.00/10 with project config)