Skip to content

Commit 1491102

Browse files
committed
Update deps
1 parent 9d260cd commit 1491102

File tree

4 files changed

+623
-593
lines changed

4 files changed

+623
-593
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
uv sync --frozen
3030
source .venv/bin/activate
31-
uv pip install --compile-bytecode --editable .[dev]
31+
uv pip install --compile-bytecode --editable .
3232
3333
- name: Run Ruff
3434
if: always()
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install artisatomic
7373
run: |
7474
uv sync --frozen
75-
uv pip install --compile-bytecode --editable .[dev]
75+
uv pip install --compile-bytecode --editable .
7676
7777
- name: Cache CMFGEN atomic data
7878
uses: actions/cache@v4
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install artisatomic
114114
run: |
115115
uv sync --frozen
116-
uv pip install --compile-bytecode --editable .[dev]
116+
uv pip install --compile-bytecode --editable .
117117
118118
- name: Cache CMFGEN atomic data
119119
uses: actions/cache@v4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ repos:
2424
hooks:
2525
- id: yamlfmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.11.5
27+
rev: v0.11.11
2828
hooks:
29-
- id: ruff
29+
- id: ruff-check
3030
args: [--fix]
3131
- id: ruff-format
3232
- repo: local

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"xopen[zstd]>=2.0.2",
3939
]
4040

41-
[project.optional-dependencies]
41+
[dependency-groups]
4242
dev = [
4343
"mypy>=1.13.0",
4444
"pre-commit>=4.0.1",

0 commit comments

Comments
 (0)