Skip to content

Commit c3a124c

Browse files
[pre-commit.ci] pre-commit autoupdate (#347)
1 parent 4c85c35 commit c3a124c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.9
3+
rev: v0.15.20
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 26.3.1
9+
rev: 26.5.1
1010
hooks:
1111
- id: black
1212

@@ -27,7 +27,7 @@ repos:
2727
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.37.1
30+
rev: 0.37.4
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
@@ -38,12 +38,12 @@ repos:
3838
- id: actionlint
3939

4040
- repo: https://github.com/zizmorcore/zizmor-pre-commit
41-
rev: v1.23.1
41+
rev: v1.26.1
4242
hooks:
4343
- id: zizmor
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: v2.21.0
46+
rev: v2.25.1
4747
hooks:
4848
- id: pyproject-fmt
4949

@@ -63,7 +63,7 @@ repos:
6363
- id: yamlfmt
6464

6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.8.1
66+
rev: v3.9.4
6767
hooks:
6868
- id: prettier
6969
args: [--prose-wrap=always, --print-width=88]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ lint.future-annotations = true
100100
max_supported_python = "3.15"
101101

102102
[tool.mypy]
103-
pretty = true
104103
strict = true
104+
pretty = true
105105
show_error_codes = true
106106

107107
[tool.pytest]
108-
minversion = "9.0"
109108
addopts = [ "--color=yes" ]
110-
testpaths = [ "tests" ]
111109
filterwarnings = [ "error" ]
110+
minversion = "9.0"
111+
testpaths = [ "tests" ]
112112

113113
[tool.coverage]
114114
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)