Skip to content

Commit b70be3e

Browse files
committed
fix: migrate tox.ini and adopt uv.lock
1 parent d0aa3a1 commit b70be3e

File tree

10 files changed

+2829
-331
lines changed

10 files changed

+2829
-331
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 & 9 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:
@@ -44,7 +36,6 @@ repos:
4436
- id: trailing-whitespace
4537
- id: check-merge-conflict
4638
- id: end-of-file-fixer
47-
- id: requirements-txt-fixer
4839
- id: check-added-large-files
4940
- id: fix-byte-order-marker
5041
- id: check-case-conflict

0 commit comments

Comments
 (0)