chore: update deps
This commit is contained in:
parent
9dd2405c47
commit
d7bf338d96
4 changed files with 276 additions and 214 deletions
|
|
@ -19,7 +19,7 @@ repos:
|
|||
args: [ --fix=lf ]
|
||||
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.6.3
|
||||
rev: v0.6.4
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
|
|
|
|||
26
noxfile.py
26
noxfile.py
|
|
@ -1,26 +0,0 @@
|
|||
import nox
|
||||
|
||||
VERSIONS = ["3.10", "3.11", "3.12"]
|
||||
|
||||
|
||||
@nox.session(python=VERSIONS)
|
||||
def tests(session):
|
||||
session.run(
|
||||
"pdm",
|
||||
"export",
|
||||
"-G",
|
||||
"testing",
|
||||
"-f",
|
||||
"requirements",
|
||||
"-o",
|
||||
"requirements.txt",
|
||||
external=True,
|
||||
)
|
||||
session.install("-r", "requirements.txt")
|
||||
session.run("make", "tests", external=True)
|
||||
session.run("rm", "requirements.txt", external=True)
|
||||
|
||||
|
||||
@nox.session(python=VERSIONS)
|
||||
def linters(session):
|
||||
session.run("make", "linters", external=True)
|
||||
|
|
@ -13,8 +13,8 @@ dependencies = [
|
|||
"platformdirs>=4.2",
|
||||
"pydantic-settings>=2",
|
||||
"hishel>=0",
|
||||
"whenever>=0.6.6",
|
||||
"gitpython>=3.1.43",
|
||||
"whenever>=0.6",
|
||||
"gitpython>=3.1",
|
||||
]
|
||||
name = "halig"
|
||||
dynamic = ["version"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue