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

Draft: Add modern Python tools #4

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Draft: Add modern Python tools #4

wants to merge 18 commits into from

Commits on Aug 7, 2022

  1. Create .editorconfig

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    6ff618a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eabff8e View commit details
    Browse the repository at this point in the history
  3. Separate defaults per type

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9a65edb View commit details
    Browse the repository at this point in the history
  4. Drop troublesome task launcher

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    d3f92fd View commit details
    Browse the repository at this point in the history
  5. Add support settings

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ac703db View commit details
    Browse the repository at this point in the history
  6. Clean up defaults

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ca1be86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5329c30 View commit details
    Browse the repository at this point in the history
  8. Add example test file

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    8707b75 View commit details
    Browse the repository at this point in the history
  9. Update launch.json

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    202d26a View commit details
    Browse the repository at this point in the history
  10. Create pytest.yml

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    6e7374c View commit details
    Browse the repository at this point in the history
  11. Run with poetry

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    589e426 View commit details
    Browse the repository at this point in the history
  12. Update pytest.yml

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    39c9bd0 View commit details
    Browse the repository at this point in the history
  13. yolo

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    67da5a6 View commit details
    Browse the repository at this point in the history
  14. Revert "yolo"

    This reverts commit 67da5a6.
    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    5acc594 View commit details
    Browse the repository at this point in the history
  15. Fix coverage glob

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    1367755 View commit details
    Browse the repository at this point in the history
  16. Trust .env for now

    tiliv committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    cc28ad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Use native tracebacks

    "auto" chooses "long" format and it's abusive, honestly.
    tiliv committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3c71a66 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Add tools

    tiliv committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    95c823b View commit details
    Browse the repository at this point in the history