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

feat: minimal python project gh repo template #2

Merged
merged 28 commits into from
Sep 16, 2022
Merged

Commits on Sep 9, 2022

  1. Add a flake8 config

    Add a flake8 config
    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    86040c4 View commit details
    Browse the repository at this point in the history
  2. Add basic pre-commit-config

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9622124 View commit details
    Browse the repository at this point in the history
  3. Create semantic.yml

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    80a5ca8 View commit details
    Browse the repository at this point in the history
  4. Create CODEOWNERS

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3544dbb View commit details
    Browse the repository at this point in the history
  5. Create codeql-analysis.yml

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5d303fb View commit details
    Browse the repository at this point in the history
  6. Create bug.yml

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    92b730a View commit details
    Browse the repository at this point in the history
  7. Create CONTRIBUTING.md

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    97c90c2 View commit details
    Browse the repository at this point in the history
  8. Add basic poetry skaffolding

    Florian Hines committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    100cead View commit details
    Browse the repository at this point in the history
  9. Update readme with recommended repo settings

    Florian Hines committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    2951913 View commit details
    Browse the repository at this point in the history
  10. Link to gh docs

    Florian Hines committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    86030b9 View commit details
    Browse the repository at this point in the history
  11. Generic pytest ci run

    Florian Hines committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6e4c977 View commit details
    Browse the repository at this point in the history
  12. Add basic test

    Florian Hines committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d3c6f1b View commit details
    Browse the repository at this point in the history
  13. Update CONTRIBUTING.md

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    77ca063 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    764cdf6 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    Florian Hines authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c44ee84 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. pr feedback

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1e7c4fa View commit details
    Browse the repository at this point in the history
  2. update flake ignores for tests

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    eaaf2d2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'the-basics' of github.com:meltano/basic-python-template…

    … into the-basics
    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2597a2f View commit details
    Browse the repository at this point in the history
  4. Update pyproject.toml

    Co-authored-by: Will Da Silva <[email protected]>
    Florian Hines and WillDaSilva authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f435622 View commit details
    Browse the repository at this point in the history
  5. Ad mypy config

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ff5dae7 View commit details
    Browse the repository at this point in the history
  6. Don't make pytest a module by default

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    75d2024 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'the-basics' of github.com:meltano/basic-python-template…

    … into the-basics
    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6537256 View commit details
    Browse the repository at this point in the history
  8. Clean up extra newline

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    092bebf View commit details
    Browse the repository at this point in the history
  9. Mention mypy in contrib guide

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    627306c View commit details
    Browse the repository at this point in the history
  10. Add mypy check to test workflow

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f805cd1 View commit details
    Browse the repository at this point in the history
  11. mypy fix

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9bbdb1f View commit details
    Browse the repository at this point in the history
  12. Exclude tests from mypy checks

    Florian Hines committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c6f82bd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Update pyproject.toml

    Co-authored-by: Will Da Silva <[email protected]>
    Florian Hines and WillDaSilva authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d1c5e71 View commit details
    Browse the repository at this point in the history