Skip to content

Commit 8d406f7

Browse files
committed
Exclude UTLA -> Region geographies lookup from black formatter
Signed-off-by: A-Ashiq <afaan.ashiq2@gmail.com>
1 parent bb04c7d commit 8d406f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,30 @@ target-version = "py312"
120120
# Unlike Flake8, default to a complexity level of 10.
121121
max-complexity = 10
122122

123+
########################################################################################################################
124+
# Black configuration
125+
########################################################################################################################
126+
[tool.black]
127+
exclude = '''
128+
(
129+
/(\.eggs
130+
| \.git
131+
| \.hg
132+
| \.mypy_cache
133+
| \.nox
134+
| \.tox
135+
| \.venv
136+
| venv
137+
| \.svn
138+
| _build
139+
| buck-out
140+
| build
141+
| dist
142+
| metrics/data/in_memory_models/geography_relationships/utla_to_region\.py
143+
)
144+
)
145+
'''
146+
123147
########################################################################################################################
124148
# Pytest configuration
125149
########################################################################################################################

0 commit comments

Comments
 (0)