Skip to content

Commit 4c6b9c1

Browse files
committed
2 parents 40bb485 + 8f3d95e commit 4c6b9c1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.9
3+
rev: v0.12.0
44
hooks:
55
- id: ruff
66
args: [--fix, --unsafe-fixes]

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,15 @@ cover = [
6868
]
6969

7070
enabler = [
71-
"pytest-enabler >= 2.2",
71+
"pytest-enabler >= 3.4",
7272
]
7373

7474
type = [
7575
# upstream
76-
"pytest-mypy",
76+
"pytest-mypy >= 1.0.1",
77+
78+
## workaround for python/mypy#20454
79+
"mypy < 1.19; python_implementation == 'PyPy'",
7780

7881
# local
7982
]

towncrier.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[tool.towncrier]
22
title_format = "{version}"
3+
directory = "newsfragments" # jaraco/skeleton#184

0 commit comments

Comments
 (0)