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

Replace pipenv with pdm #1

Merged
merged 5 commits into from
Nov 11, 2023
Merged

Replace pipenv with pdm #1

merged 5 commits into from
Nov 11, 2023

Commits on Nov 5, 2023

  1. Change dependency manager to PDM

    Updates locks and requirements.txt
    khakers committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7212ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    bfc8674 View commit details
    Browse the repository at this point in the history
  2. Add pdm sync-pre-commit-lock plugin

    This plugin syncs the pre-commit versions to that of the lock file
    khakers committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0b5c71d View commit details
    Browse the repository at this point in the history
  3. remove github workflow from gitignore and add .pdm-python

    Not sure why a random no longer present workflow was added to the gitignore in the first place, but it has no reason to be there now.
    khakers committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c76d895 View commit details
    Browse the repository at this point in the history
  4. add basic devcontainer file

    khakers committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    36b7910 View commit details
    Browse the repository at this point in the history