From 8edc7f97ef16797cd2da5df438b6fa6ca10a2e17 Mon Sep 17 00:00:00 2001 From: glenn-jocher Date: Sun, 2 Aug 2026 20:54:05 +0200 Subject: [PATCH] Trim copy-pasted pyproject config --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8111584..f076da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ dev = [ [project.urls] # Optional "Homepage" = "https://ultralytics.com" "Source" = "https://github.com/ultralytics/template" -"Documentation" = "https://docs.ultralytics.com" "Bug Reports" = "https://github.com/ultralytics/template/issues" "Changelog" = "https://github.com/ultralytics/template/releases" @@ -104,7 +103,3 @@ docstring-code-format = true [tool.ruff.lint.pydocstyle] convention = "google" - -[tool.codespell] -ignore-words-list = "crate,nd,strack,dota,ane,segway,fo,gool,winn,commend" -skip = '*.csv,*venv*,docs/??/,docs/mkdocs_??.yml'