We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9e624 commit e788809Copy full SHA for e788809
pyproject.toml
@@ -103,25 +103,6 @@ ignore = [
103
"codegen/*" = ["D"] # Ignore D rules for codegen
104
105
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
-
125
[tool.mypy]
126
plugins = [
127
"pydantic.mypy"
@@ -160,7 +141,6 @@ markers = [
160
141
[dependency-groups]
161
142
dev = [
162
143
"babel>=2.17.0",
163
- "black>=24.10.0",
164
144
"build>=0.10.0",
165
145
"coverage>=7.2.7",
166
146
"datamodel-code-generator>=0.28.4",
0 commit comments