Skip to content

Commit dd58431

Browse files
Updated files with 'repo_helper'.
1 parent 14f9bce commit dd58431

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

formate.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ noqa-reformat = 60
66
ellipsis-reformat = 70
77
squish_stubs = 80
88

9-
[config]
10-
indent = "\t"
11-
line_length = 115
12-
139
[hooks.yapf]
1410
priority = 30
1511

16-
[hooks.isort]
17-
priority = 50
18-
1912
[hooks.yapf.kwargs]
2013
yapf_style = ".style.yapf"
2114

15+
[hooks.isort]
16+
priority = 50
17+
2218
[hooks.isort.kwargs]
23-
indent = "\t\t"
19+
indent = " "
2420
multi_line_output = 8
2521
import_heading_stdlib = "stdlib"
2622
import_heading_thirdparty = "3rd party"
@@ -49,3 +45,7 @@ known_third_party = [
4945
"typing_extensions",
5046
]
5147
known_first_party = [ "snippet_fmt",]
48+
49+
[config]
50+
indent = " "
51+
line_length = 115

pyproject.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dynamic = [ "requires-python", "classifiers", "dependencies",]
1414
name = "Dominic Davis-Foster"
1515
email = "dominic@davis-foster.co.uk"
1616

17-
1817
[project.license]
1918
file = "LICENSE"
2019

@@ -135,17 +134,6 @@ show_error_codes = true
135134
[tool.snippet-fmt]
136135
directives = [ "code-block",]
137136

138-
[tool.dependency-dash."requirements.txt"]
139-
order = 10
140-
141-
[tool.dependency-dash."tests/requirements.txt"]
142-
order = 20
143-
include = false
144-
145-
[tool.dependency-dash."doc-source/requirements.txt"]
146-
order = 30
147-
include = false
148-
149137
[tool.snippet-fmt.languages.toml]
150138
reformat = true
151139

@@ -158,3 +146,14 @@ reformat = true
158146
[tool.snippet-fmt.languages.ini]
159147

160148
[tool.snippet-fmt.languages.json]
149+
150+
[tool.dependency-dash."requirements.txt"]
151+
order = 10
152+
153+
[tool.dependency-dash."tests/requirements.txt"]
154+
order = 20
155+
include = false
156+
157+
[tool.dependency-dash."doc-source/requirements.txt"]
158+
order = 30
159+
include = false

0 commit comments

Comments
 (0)