Skip to content

Commit 28526a8

Browse files
authored
Update dev (#1497)
* Update dev * document min tox version
1 parent c73e7c0 commit 28526a8

File tree

4 files changed

+282
-280
lines changed

4 files changed

+282
-280
lines changed

.github/workflows/pinact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Pin actions
23-
uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0
23+
uses: suzuki-shunsuke/pinact-action@3d49c6412901042473ffa78becddab1aea46bbea # v1.3.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.14.9
7+
rev: v0.14.10
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SPDX-License-Identifier: MIT
22

33
[tox]
4-
min_version = 4
4+
min_version = 4.25.0
55
env_list =
66
pre-commit,
7-
py3{9,10,11,12,13,14}-tests,
8-
py3{10,11,12,13,14}-mypy,
7+
py3{9-14}-tests,
8+
py3{10-14}-mypy,
99
pypy3-tests,
1010
# Mypy needs to run within the respective Python version
1111
typing-{pyright,ty,pyrefly}

0 commit comments

Comments
 (0)