Skip to content

Commit 51d917a

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0) - [github.com/tox-dev/pyproject-fmt: 2.4.3 → v2.5.0](tox-dev/pyproject-fmt@2.4.3...v2.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.0...v0.8.1) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.1](rbubley/mirrors-prettier@v3.3.3...v3.4.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 49d936a commit 51d917a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.29.4
8+
rev: 0.30.0
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -15,18 +15,18 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.0.1"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "2.4.3"
18+
rev: "v2.5.0"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.7.0"
22+
rev: "v0.8.1"
2323
hooks:
2424
- id: ruff-format
2525
args: ["--config", "pyproject.toml"]
2626
- id: ruff
2727
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]
2828
- repo: https://github.com/rbubley/mirrors-prettier
29-
rev: "v3.3.3"
29+
rev: "v3.4.1"
3030
hooks:
3131
- id: prettier
3232
name: Prettier non-workflow files

pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,27 @@ urls.Homepage = "https://github.com/tox-dev/toml-fmt-common"
4040
urls.Source = "https://github.com/tox-dev/toml-fmt-common"
4141
urls.Tracker = "https://github.com/tox-dev/toml-fmt-common/issues"
4242

43+
[dependency-groups]
44+
dev = [
45+
{ include-group = "test" },
46+
{ include-group = "type" },
47+
]
48+
test = [
49+
"covdefaults>=2.3",
50+
"pytest>=8.3.2",
51+
"pytest-cov>=5",
52+
"pytest-mock>=3.14",
53+
]
54+
type = [
55+
"mypy==1.11.2",
56+
{ include-group = "test" },
57+
]
58+
pkg-meta = [
59+
"check-wheel-contents>=0.6",
60+
"twine>=5.1.1",
61+
"uv>=0.4.17",
62+
]
63+
4364
[tool.hatch]
4465
version.source = "vcs"
4566

@@ -112,24 +133,3 @@ run.plugins = [
112133
[tool.mypy]
113134
show_error_codes = true
114135
strict = true
115-
116-
[dependency-groups]
117-
dev = [
118-
{ include-group = "test" },
119-
{ include-group = "type" },
120-
]
121-
pkg-meta = [
122-
"check-wheel-contents>=0.6",
123-
"twine>=5.1.1",
124-
"uv>=0.4.17",
125-
]
126-
test = [
127-
"covdefaults>=2.3",
128-
"pytest>=8.3.2",
129-
"pytest-cov>=5",
130-
"pytest-mock>=3.14",
131-
]
132-
type = [
133-
"mypy==1.11.2",
134-
{ include-group = "test" },
135-
]

0 commit comments

Comments
 (0)