Skip to content

Commit e788809

Browse files
committed
chore: remove date black reference
1 parent 4a9e624 commit e788809

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pyproject.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,6 @@ ignore = [
103103
"codegen/*" = ["D"] # Ignore D rules for codegen
104104

105105

106-
[tool.black]
107-
line-length = 119
108-
include = '\.pyi?$'
109-
exclude = '''
110-
/(
111-
\.git
112-
| \.hg
113-
| \.mypy_cache
114-
| \.ruff_cache
115-
| \.tox
116-
| \.venv.*
117-
| _build
118-
| buck-out
119-
| build
120-
| codegen
121-
| dist
122-
)/
123-
'''
124-
125106
[tool.mypy]
126107
plugins = [
127108
"pydantic.mypy"
@@ -160,7 +141,6 @@ markers = [
160141
[dependency-groups]
161142
dev = [
162143
"babel>=2.17.0",
163-
"black>=24.10.0",
164144
"build>=0.10.0",
165145
"coverage>=7.2.7",
166146
"datamodel-code-generator>=0.28.4",

0 commit comments

Comments
 (0)