Skip to content

Commit ea64aab

Browse files
committed
Remove setup-cfg-fmt hook and fix author casing
Remove the setup-cfg-fmt hook from .pre-commit-config.yaml. Correct a grammar/casing issue in pyproject.toml by changing the author line from "Lead by Jessy Lauer" to "led by Jessy Lauer".
1 parent 87d39c9 commit ea64aab

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ repos:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/asottile/setup-cfg-fmt
9-
rev: v3.2.0
10-
hooks:
11-
- id: setup-cfg-fmt
128
- repo: https://github.com/astral-sh/ruff-pre-commit
139
rev: v0.14.10
1410
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"tables",
4141
]
4242
[[project.authors]]
43-
name = "Team DeepLabCut, Lead by Jessy Lauer"
43+
name = "Team DeepLabCut, led by Jessy Lauer"
4444
email = "admin@deeplabcut.org"
4545
[project.entry-points."napari.manifest"]
4646
napari-deeplabcut = "napari_deeplabcut:napari.yaml"

0 commit comments

Comments
 (0)