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

Improve tooling #117

Merged
merged 10 commits into from Nov 2, 2023
Merged

Improve tooling #117

merged 10 commits into from Nov 2, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    370667b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. cleanup: drop requirements files

    We are not using them anyway since we moved linting and testing to `tox`
    and `pre-commit`.
    
    Anyway, pinning, as good as it is, is by no means critical to this
    project, as we are not the ones deciding in which environment this
    `flake8` plugin gets installed.
    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f7bb890 View commit details
    Browse the repository at this point in the history
  2. feat: add tox configuration

    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c4b89aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    821cd31 View commit details
    Browse the repository at this point in the history
  4. feat: configure tools

    - isort
    - black
    - flake8
    - check-manifest
    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4f1a5fb View commit details
    Browse the repository at this point in the history
  5. chore: pyupgrade

    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    48b589a View commit details
    Browse the repository at this point in the history
  6. chore: isort

    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    be05b65 View commit details
    Browse the repository at this point in the history
  7. chore: black

    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    16d0bf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68a4e75 View commit details
    Browse the repository at this point in the history
  9. Update CHANGES

    gforcada committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a2c9aef View commit details
    Browse the repository at this point in the history