Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#624)
Browse files Browse the repository at this point in the history
<!--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]>
  • Loading branch information
pre-commit-ci[bot] and adamchainz authored May 14, 2024
1 parent 308082d commit 7997d8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.8.0
rev: 2.0.4
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand Down
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ requires = [
name = "pytest-randomly"
version = "3.15.0"
description = "Pytest plugin to randomly order tests and control random.seed."
readme = {file = "README.rst", content-type = "text/x-rst"}
readme = { file = "README.rst", content-type = "text/x-rst" }
keywords = [
"pytest",
"random",
"randomise",
"randomize",
"randomly",
]
license = {text = "MIT"}
authors = [{name = "Adam Johnson", email = "[email protected]"}]
license = { text = "MIT" }
authors = [
{ name = "Adam Johnson", email = "[email protected]" },
]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -34,19 +36,17 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
'importlib-metadata>=3.6; python_version < "3.10"',
"importlib-metadata>=3.6; python_version<'3.10'",
"pytest",
]
[project.urls]
Changelog = "https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
Funding = "https://adamj.eu/books/"
Repository = "https://github.com/pytest-dev/pytest-randomly"
[project.entry-points.pytest11]
randomly = "pytest_randomly"
urls.Changelog = "https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
urls.Funding = "https://adamj.eu/books/"
urls.Repository = "https://github.com/pytest-dev/pytest-randomly"
entry-points.pytest11.randomly = "pytest_randomly"

[tool.isort]
add_imports = [
"from __future__ import annotations"
"from __future__ import annotations",
]
force_single_line = true
profile = "black"
Expand All @@ -61,14 +61,14 @@ addopts = """\
branch = true
parallel = true
source = [
"pytest_randomly",
"tests",
"pytest_randomly",
"tests",
]

[tool.coverage.paths]
source = [
"src",
".tox/**/site-packages",
"src",
".tox/**/site-packages",
]

[tool.coverage.report]
Expand Down

0 comments on commit 7997d8a

Please sign in to comment.