Skip to content

Commit 25b7139

Browse files
committed
Switches from setup.cfg to pyproject.toml
1 parent 8862a09 commit 25b7139

7 files changed

Lines changed: 221 additions & 224 deletions

File tree

.github/workflows/python-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Install dependencies
25-
run: uv pip install "tox<4.30" tox-gh-actions tox-uv --system
25+
run: uv pip install 'tox>=4.51' tox-gh tox-uv --system
2626

2727
- name: Test with tox without uploading coverage
2828
run: tox

.github/workflows/python-tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Install dependencies
39-
run: uv pip install "tox<4.30" tox-gh-actions tox-uv --system
39+
run: uv pip install 'tox>=4.51' tox-gh tox-uv --system
4040

4141
- name: Test with tox and upload coverage results
4242
run: tox -- --codecov --codecov-token=${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
rev: v0.15.7
2323
hooks:
24-
- id: ruff
24+
- id: ruff-check
2525
args: [ "--fix" ]
2626
files: '^(scripts|src|tests)/.*\.py$'
2727
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)