Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to pyproject.toml #408

Merged
merged 4 commits into from
Jun 23, 2024
Merged

Switch to pyproject.toml #408

merged 4 commits into from
Jun 23, 2024

Commits on Jun 21, 2024

  1. Switch to pyproject.toml

    Keep setuptools, remove Poetry.
    Remove references to pycodestyle, flake8 already runs it
    Make lint configurations consistent with each other
    Run black in CI
    Remove travis CI
    Remove pylint config, it is not enforced (can be added later)
    Viicos committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    89567a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91912c8 View commit details
    Browse the repository at this point in the history
  3. Add black to dev deps

    Viicos committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a0827ad View commit details
    Browse the repository at this point in the history
  4. Fix deps specification

    Viicos committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0011747 View commit details
    Browse the repository at this point in the history