Skip to content

Commit ebb74e9

Browse files
[pre-commit.ci] pre-commit autoupdate (#398)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.2...v0.14.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent ce53cca commit ebb74e9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# Also adapt tox.ini on change
17-
python-version: ['3.10', 'pypy3.11', '3.x']
17+
python-version: ['3.10', '3.x'] # 'pypy3.11'
1818
# macOS on ARM, Ubuntu on x86, Windows on X86
1919
os: [macos-latest, ubuntu-latest, windows-latest]
2020
steps:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ repos:
5959
- tomli
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.13.2
62+
rev: v0.14.6
6363
hooks:
6464
- id: ruff-check
6565
- id: ruff-format
6666

6767
- repo: https://github.com/tox-dev/pyproject-fmt
68-
rev: v2.6.0
68+
rev: v2.11.1
6969
hooks:
7070
- id: pyproject-fmt
7171

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
36+
"Programming Language :: Python :: 3.14",
3637
"Topic :: Software Development :: Quality Assurance",
3738
]
3839
dynamic = [ "version" ]

0 commit comments

Comments
 (0)