Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Use tomllib/tomli for reading .toml configs #608

Merged
merged 3 commits into from Jan 3, 2023
Merged

Commits on Jan 3, 2023

  1. Use tomllib/tomli for reading .toml configs

    Use the built-in `tomllib` module in Python 3.11 and the modern `tomli`
    package in older Python versions to read .toml configs instead of
    the unmaintained and broken `toml` package.
    
    Fixes PyCQA#599
    Fixes PyCQA#600
    mgorny committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b45a393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91f6b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3826412 View commit details
    Browse the repository at this point in the history