Skip to content

Commit

Permalink
chore(deps): Update Python dependencies with PDM, use mise (#12)
Browse files Browse the repository at this point in the history
* chore(deps): Update pdm.lock

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: adopt mise, add Black for docs format

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GabDug <[email protected]>
Co-authored-by: Gabriel Dugny <[email protected]>
  • Loading branch information
3 people authored Jun 26, 2024
1 parent 21d88b3 commit 34e2205
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 507 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-merge-conflict
- id: fix-byte-order-marker
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.5'
rev: 'v0.4.10'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 0 additions & 2 deletions .tool-versions

This file was deleted.

7 changes: 7 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tools]
python = "3.11"
pdm = "2.16"

[env]
_.python.venv = { path = ".venv", create = true }
_.file = '.env'
Loading

0 comments on commit 34e2205

Please sign in to comment.