Skip to content

Latest commit

 

History

History
139 lines (98 loc) · 4.52 KB

CHANGELOG_CODE.md

File metadata and controls

139 lines (98 loc) · 4.52 KB

Code changelog

This page documents code changes. For user-facing changes, see CHANGELOG.md.

This section is currently empty.

0.1.0-alpha-4 - 2024-11-22

Changed

  • The # noqa comment parsing algorithm is updated to match that of Ruff.

Fixed

  • Test report artifacts for different platforms now use different names to prevent name conflict.

Dependencies

0.1.0-alpha-3 - 2024-09-21

Dependencies

0.1.0-alpha-2 - 2024-09-14

Dependencies

0.1.0-alpha-1 - 2024-09-07

Commands and settings integrated:

  • Ruff

    • Language server settings:
      • Root:
        • configuration
        • fixAll
        • organizeImports
        • showSyntaxErrors
        • logLevel
        • logFile
      • codeAction:
        • disableRuleComment.enable
        • fixViolation.enable
      • lint:
        • enable
    • Commands:
      • check: Run Ruff on the given files or directories (default)
      • format: Run the Ruff formatter on the given files or directories
      • rule: Explain a rule (or all rules)
      • config: List or describe the available configuration options
      • linter: List all supported upstream linters
      • version: Display Ruff's version
      • clean: Clear any caches in the current directory and any subdirectories
      • server: Run the language server
  • uv

    • Commands:
      • init: Create a new project
      • add: Add dependencies to the project
      • remove: Remove dependencies from the project
      • sync: Update the project's environment
      • pip: Manage Python packages with a pip-compatible interface
        • list: List, in tabular format, packages installed in an environment
      • venv: Create a virtual environment
      • version: Display uv's version
  • Rye

    • Commands:
      • show: Prints the current state of the project
      • version: Get or set project version
      • config: Reads or updates the Rye configuration
        • --show-path: Print the path to the config