Skip to content

Commit a2ce040

Browse files
[pre-commit.ci] pre-commit suggestions (#43)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) * build-system * setuptools ++ * twine==6.1.* --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent dcee6cb commit a2ce040

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/ci_install-pkg.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Check package
1919
run: |
20-
pip install check-manifest
20+
pip install -U check-manifest setuptools
2121
check-manifest
2222
python setup.py check --metadata --strict
2323
@@ -28,9 +28,8 @@ jobs:
2828
2929
- name: Verify package
3030
run: |
31-
pip install -q "twine==5.1.*"
31+
pip install -q "twine==6.1.*"
3232
twine check dist/*
33-
python setup.py clean
3433
3534
pkg-install:
3635
runs-on: ${{ matrix.os }}
@@ -47,7 +46,7 @@ jobs:
4746

4847
- name: Create package
4948
run: |
50-
pip install setuptools wheel
49+
pip install -U setuptools wheel
5150
python setup.py sdist bdist_wheel
5251
5352
- name: Try installing

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/executablebooks/mdformat
27-
rev: 0.7.21
27+
rev: 0.7.22
2828
hooks:
2929
- id: mdformat
3030
args: ['--number']
@@ -34,7 +34,7 @@ repos:
3434
- mdformat_frontmatter
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.8.6
37+
rev: v0.11.4
3838
hooks:
3939
# try to fix what is possible
4040
- id: ruff

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[build-system]
2-
requires = [
3-
"setuptools",
4-
"wheel",
5-
]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"
64

75
[tool.pytest.ini_options]
86
norecursedirs = [

0 commit comments

Comments
 (0)