Skip to content

Commit 7291a93

Browse files
committed
Aded pre-commit as dev dep
1 parent 6fb7e52 commit 7291a93

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

ai-personas/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Repository = "https://github.com/KudoAI/ai-personas"
9797
[project.optional-dependencies]
9898
dev = [
9999
"nox>=2026.2.9",
100+
"pre-commit>=4.5.1,<5",
100101
"tomli>=2.4.0,<3",
101102
"tomli-w>=1.2.0,<2",
102103
]

computer-languages/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Repository = "https://github.com/adamlui/python-utils"
111111
[project.optional-dependencies]
112112
dev = [
113113
"nox>=2026.2.9",
114+
"pre-commit>=4.5.1,<5",
114115
"tomli>=2.4.0,<3",
115116
"tomli-w>=1.2.0,<2",
116117
]

data-languages/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Repository = "https://github.com/adamlui/python-utils"
8383
[project.optional-dependencies]
8484
dev = [
8585
"nox>=2026.2.9",
86+
"pre-commit>=4.5.1,<5",
8687
"tomli>=2.4.0,<3",
8788
"tomli-w>=1.2.0,<2",
8889
]

find-project-root/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Repository = "https://github.com/adamlui/python-utils"
7575
[project.optional-dependencies]
7676
dev = [
7777
"nox>=2026.2.9",
78+
"pre-commit>=4.5.1,<5",
7879
"tomli>=2.4.0,<3",
7980
"tomli-w>=1.2.0,<2",
8081
]

get-min-py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ checkminver = "get_min_py.cli.__main__:main"
9696
[project.optional-dependencies]
9797
dev = [
9898
"nox>=2026.2.9",
99+
"pre-commit>=4.5.1,<5",
99100
"remove-json-keys>=1.10.0,<2",
100101
"tomli>=2.4.0,<3",
101102
"tomli-w>=1.2.0,<2",

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ isconsolelegacy = "is_legacy_terminal.cli.__main__:main"
108108
[project.optional-dependencies]
109109
dev = [
110110
"nox>=2026.2.9",
111+
"pre-commit>=4.5.1,<5",
111112
"remove-json-keys>=1.10.0,<2",
112113
"tomli>=2.4.0,<3",
113114
"tomli-w>=1.2.0,<2",

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ supportsunicode = "is_unicode_supported.cli.__main__:main"
106106
[project.optional-dependencies]
107107
dev = [
108108
"nox>=2026.2.9",
109+
"pre-commit>=4.5.1,<5",
109110
"remove-json-keys>=1.10.0,<2",
110111
"tomli>=2.4.0,<3",
111112
"tomli-w>=1.2.0,<2",

latin-locales/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Repository = "https://github.com/adamlui/python-utils"
7777
[project.optional-dependencies]
7878
dev = [
7979
"nox>=2026.2.9",
80+
"pre-commit>=4.5.1,<5",
8081
"tomli>=2.4.0,<3",
8182
"tomli-w>=1.2.0,<2",
8283
]

markup-languages/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Repository = "https://github.com/adamlui/python-utils"
7878
[project.optional-dependencies]
7979
dev = [
8080
"nox>=2026.2.9",
81+
"pre-commit>=4.5.1,<5",
8182
"tomli>=2.4.0,<3",
8283
"tomli-w>=1.2.0,<2",
8384
]

non-latin-locales/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Repository = "https://github.com/adamlui/python-utils"
7878
[project.optional-dependencies]
7979
dev = [
8080
"nox>=2026.2.9",
81+
"pre-commit>=4.5.1,<5",
8182
"tomli>=2.4.0,<3",
8283
"tomli-w>=1.2.0,<2",
8384
]

0 commit comments

Comments
 (0)