Update.
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.8) (push) Waiting to run
Tests / test (macos-latest, 3.9) (push) Waiting to run
Tests / test (ubuntu-latest, 3.9) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.8) (push) Waiting to run
Tests / test (windows-latest, 3.9) (push) Waiting to run
Lint / lint (push) Failing after 37s
Tests / test (ubuntu-latest, 3.10) (push) Successful in 56s
Tests / test (ubuntu-latest, 3.11) (push) Successful in 52s
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.8) (push) Has been cancelled

This commit is contained in:
retoor 2025-11-04 08:20:03 +01:00
parent e86d69e8af
commit feec1247d4

View File

@ -29,12 +29,12 @@ classifiers = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"pytest>=7.0.0", "pytest",
"pytest-cov>=4.0.0", "pytest-cov",
"black>=23.0.0", "black",
"flake8>=6.0.0", "flake8",
"mypy>=1.0.0", "mypy",
"pre-commit>=3.0.0", "pre-commit",
] ]
[project.scripts] [project.scripts]
@ -43,10 +43,10 @@ rp = "pr.__main__:main"
rpe = "pr.editor:main" rpe = "pr.editor:main"
[project.urls] [project.urls]
Homepage = "https://github.com/retoor/pr-assistant" Homepage = "https://retoor.molodetz.nl/retoor/rp"
Documentation = "https://github.com/retoor/pr-assistant#readme" Documentation = "https://retoor.molodetz.nl/retoor/rp#readme"
Repository = "https://github.com/retoor/pr-assistant" Repository = "https://retoor.molodetz.nl/retoor/rp"
"Bug Tracker" = "https://github.com/retoor/pr-assistant/issues" "Bug Tracker" = "https://retoor.molodetz.nl/retoor/rp/issues"
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]