Skip to content

Commit

Permalink
Merge pull request #609 from nose-devs/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sirosen authored May 20, 2024
2 parents 8830d0c + 8f67ebe commit 75e6470
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.8.0
rev: 2.1.1
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]
32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ requires = [
name = "nose2"
description = "unittest with plugins"
readme = "README.rst"
keywords= [
keywords = [
"testing",
"tests",
"unittest",
]
license = {text = "BSD-2-Clause"}
license = { text = "BSD-2-Clause" }
authors = [
{ name = "Stephen Rosen", email = "[email protected]" },
]
requires-python = ">=3.8"
classifiers=[
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
Expand All @@ -40,25 +40,25 @@ classifiers=[
dynamic = [
"version",
]
[project.optional-dependencies]
coverage_plugin = [
optional-dependencies.coverage_plugin = [
"coverage",
]
dev = [
"Sphinx",
optional-dependencies.dev = [
"sphinx",
"sphinx-issues",
"sphinx_rtd_theme",
"sphinx-rtd-theme",
]
[project.urls]
changelog = "https://docs.nose2.io/en/latest/changelog.html"
documentation = "https://docs.nose2.io/"
repository = "https://github.com/nose-devs/nose2"
[project.scripts]
nose2 = "nose2:discover"
urls.changelog = "https://docs.nose2.io/en/latest/changelog.html"
urls.documentation = "https://docs.nose2.io/"
urls.repository = "https://github.com/nose-devs/nose2"
scripts.nose2 = "nose2:discover"

[tool.setuptools.dynamic]
version = {attr = "nose2.__version__"}
version = { attr = "nose2.__version__" }

[tool.isort]
profile = "black"
known_third_party = ["coverage", "mock"]
known_third_party = [
"coverage",
"mock",
]

0 comments on commit 75e6470

Please sign in to comment.