Skip to content

Commit 7997d8a

Browse files
[pre-commit.ci] pre-commit autoupdate (#624)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.0.4](tox-dev/pyproject-fmt@1.8.0...2.0.4) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adam Johnson <[email protected]>
1 parent 308082d commit 7997d8a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 1.8.0
17+
rev: 2.0.4
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/tox-dev/tox-ini-fmt

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ requires = [
88
name = "pytest-randomly"
99
version = "3.15.0"
1010
description = "Pytest plugin to randomly order tests and control random.seed."
11-
readme = {file = "README.rst", content-type = "text/x-rst"}
11+
readme = { file = "README.rst", content-type = "text/x-rst" }
1212
keywords = [
1313
"pytest",
1414
"random",
1515
"randomise",
1616
"randomize",
1717
"randomly",
1818
]
19-
license = {text = "MIT"}
20-
authors = [{name = "Adam Johnson", email = "[email protected]"}]
19+
license = { text = "MIT" }
20+
authors = [
21+
{ name = "Adam Johnson", email = "[email protected]" },
22+
]
2123
requires-python = ">=3.8"
2224
classifiers = [
2325
"Development Status :: 5 - Production/Stable",
@@ -34,19 +36,17 @@ classifiers = [
3436
"Typing :: Typed",
3537
]
3638
dependencies = [
37-
'importlib-metadata>=3.6; python_version < "3.10"',
39+
"importlib-metadata>=3.6; python_version<'3.10'",
3840
"pytest",
3941
]
40-
[project.urls]
41-
Changelog = "https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
42-
Funding = "https://adamj.eu/books/"
43-
Repository = "https://github.com/pytest-dev/pytest-randomly"
44-
[project.entry-points.pytest11]
45-
randomly = "pytest_randomly"
42+
urls.Changelog = "https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
43+
urls.Funding = "https://adamj.eu/books/"
44+
urls.Repository = "https://github.com/pytest-dev/pytest-randomly"
45+
entry-points.pytest11.randomly = "pytest_randomly"
4646

4747
[tool.isort]
4848
add_imports = [
49-
"from __future__ import annotations"
49+
"from __future__ import annotations",
5050
]
5151
force_single_line = true
5252
profile = "black"
@@ -61,14 +61,14 @@ addopts = """\
6161
branch = true
6262
parallel = true
6363
source = [
64-
"pytest_randomly",
65-
"tests",
64+
"pytest_randomly",
65+
"tests",
6666
]
6767

6868
[tool.coverage.paths]
6969
source = [
70-
"src",
71-
".tox/**/site-packages",
70+
"src",
71+
".tox/**/site-packages",
7272
]
7373

7474
[tool.coverage.report]

0 commit comments

Comments
 (0)