Skip to content

Commit eab9f82

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

File tree

10 files changed

+2829
-340
lines changed

10 files changed

+2829
-340
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 & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
ci:
22
autoupdate_schedule: quarterly
3-
skip:
4-
- renovate-config-validator
53
default_language_version:
64
python: python3.11
75
exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n"
86
repos:
9-
- repo: https://github.com/renovatebot/pre-commit-hooks
10-
rev: 41.113.6
11-
hooks:
12-
- id: renovate-config-validator
13-
alias: renovate
14-
args:
15-
- --strict
167
- repo: https://github.com/rbubley/mirrors-prettier
178
rev: v3.6.2
189
hooks:
@@ -25,14 +16,6 @@ repos:
2516
additional_dependencies:
2617
- prettier
2718
- 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
3619
- repo: https://github.com/streetsidesoftware/cspell-cli
3720
rev: v9.2.0
3821
hooks:
@@ -44,7 +27,6 @@ repos:
4427
- id: trailing-whitespace
4528
- id: check-merge-conflict
4629
- id: end-of-file-fixer
47-
- id: requirements-txt-fixer
4830
- id: check-added-large-files
4931
- id: fix-byte-order-marker
5032
- id: check-case-conflict

0 commit comments

Comments
 (0)