Update pyproject.toml and Docs (#7274)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yaofu <voipman@sina.cn> Co-authored-by: Umit Kacar, PhD <kacarumit.phd@gmail.com>
This commit is contained in:
parent
e687c09423
commit
f702b34a50
6 changed files with 18 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
#
|
||||
|
||||
# Overview:
|
||||
# This pyproject.toml file manages the build, packaging, and distribution of the Ultralytics library.
|
||||
# It defines essential project metadata, dependencies, and settings used to develop and deploy the library.
|
||||
|
|
@ -159,6 +159,9 @@ space_between_ending_comma_and_closing_bracket = true
|
|||
split_before_closing_bracket = false
|
||||
split_before_first_argument = false
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.docformatter]
|
||||
wrap-summaries = 120
|
||||
wrap-descriptions = 120
|
||||
|
|
@ -167,5 +170,5 @@ pre-summary-newline = true
|
|||
close-quotes-on-newline = true
|
||||
|
||||
[tool.codespell]
|
||||
ignore-words-list = "crate,nd,strack,dota,ane,segway,fo,gool,winn"
|
||||
skip = '*.csv,*venv*,docs/de,docs/fr,docs/pt,docs/es,docs/mkdocs_de.yml'
|
||||
ignore-words-list = "crate,nd,strack,dota,ane,segway,fo,gool,winn,commend"
|
||||
skip = '*.csv,*venv*,docs/??/,docs/mkdocs_??.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue