File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,30 @@ target-version = "py312"
120120# Unlike Flake8, default to a complexity level of 10.
121121max-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# #######################################################################################################################
You can’t perform that action at this time.
0 commit comments