Skip to content

Commit b8d2537

Browse files
committed
fix: migrate tox.ini and adopt uv.lock
1 parent 08b68a5 commit b8d2537

File tree

10 files changed

+2846
-330
lines changed

10 files changed

+2846
-330
lines changed

.config/constraints.txt

Lines changed: 0 additions & 127 deletions
This file was deleted.

.config/requirements-docs.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

.config/requirements-test.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

.config/requirements.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
FORCE_COLOR: 1
1818
PY_COLORS: 1
19-
TOXENV: packaging
19+
TOXENV: pkg
2020
TOX_PARALLEL_NO_SPINNER: 1
2121

2222
steps:

.github/workflows/tox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
other_names: |
3838
lint
3939
docs
40+
pkg
4041
platforms: linux,macos
4142
tox:
4243
name: ${{ matrix.name }} / python ${{ matrix.python_version }}

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ repos:
2525
additional_dependencies:
2626
- prettier
2727
- prettier-plugin-toml
28-
- repo: https://github.com/pappasam/toml-sort
29-
rev: v0.24.3
30-
hooks:
31-
- id: toml-sort-fix
32-
- repo: https://github.com/tox-dev/tox-ini-fmt
33-
rev: 1.6.0
34-
hooks:
35-
- id: tox-ini-fmt
3628
- repo: https://github.com/streetsidesoftware/cspell-cli
3729
rev: v9.2.0
3830
hooks:

0 commit comments

Comments
 (0)