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

Pyproject support #34

Merged
merged 39 commits into from
Feb 2, 2023
Merged

Pyproject support #34

merged 39 commits into from
Feb 2, 2023

Commits on Jan 22, 2023

  1. pyproject.toml poetry file

    gpongelli committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    b2e74b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d36495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45540d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5c470 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    51c045f View commit details
    Browse the repository at this point in the history
  2. first version for tests

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f54b957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8bc619 View commit details
    Browse the repository at this point in the history
  4. fix deprecation warning

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a5a6565 View commit details
    Browse the repository at this point in the history
  5. indentation

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b15d091 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08a92d5 View commit details
    Browse the repository at this point in the history
  7. toml does not need comma

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    16f0c7d View commit details
    Browse the repository at this point in the history
  8. removed version from toml

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    76c40f2 View commit details
    Browse the repository at this point in the history
  9. using tomlkit package

    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    483d27b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aca989 View commit details
    Browse the repository at this point in the history
  11. manage different tools that use pyproject.toml

    setuptools and flit are not implemented because struct not known
    gpongelli committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ac1b95d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dad4492 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a515de View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    7ea9050 View commit details
    Browse the repository at this point in the history
  2. removed wrong test

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    12c5265 View commit details
    Browse the repository at this point in the history
  3. same test name as setup.py

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ed48eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d748483 View commit details
    Browse the repository at this point in the history
  5. manage StringIO input

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    583c366 View commit details
    Browse the repository at this point in the history
  6. fixed latest tests

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b10da17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8349504 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7e1623 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82c67ea View commit details
    Browse the repository at this point in the history
  10. fix trailing whitespace

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    63e735a View commit details
    Browse the repository at this point in the history
  11. review comments

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7ed0b9a View commit details
    Browse the repository at this point in the history
  12. pass flake8 tests

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    605fe9a View commit details
    Browse the repository at this point in the history
  13. new tests for cli

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c166aed View commit details
    Browse the repository at this point in the history
  14. fix after latest changes

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f2c7d21 View commit details
    Browse the repository at this point in the history
  15. fix test

    gpongelli committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2a0d7d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix isort stage

    gpongelli committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1214b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572ca6e View commit details
    Browse the repository at this point in the history
  3. fix mypy checks

    gpongelli committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7e471e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    4539a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cb32e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de13d7a View commit details
    Browse the repository at this point in the history
  4. test file names

    gpongelli committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    04c8988 View commit details
    Browse the repository at this point in the history