Skip to content

Commit

Permalink
Temporary modification to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Dec 2, 2024
1 parent 1a610a7 commit d97bbee
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.4
rev: 0.5.5
hooks:
- id: uv-lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix]
Expand All @@ -27,7 +27,7 @@ repos:
files: ^doc/.*\.md$
args: [-l 90]
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.0
rev: v3.4.1
hooks:
- id: prettier
args: ["--print-width", "120"]
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ dev = [

[tool.uv]
managed = true

[tool.uv.sources]
roseau-load-flow = { git = "https://github.com/RoseauTechnologies/Roseau_Load_Flow.git", branch = "develop" }
override-dependencies = ["roseau-load-flow"] # TODO Temporary

[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit d97bbee

Please sign in to comment.