Skip to content

Commit 9a5911f

Browse files
Updated files with 'repo_helper'.
1 parent dad4bc4 commit 9a5911f

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
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"
@@ -33,3 +29,7 @@ remove_redundant_aliases = true
3329
default_section = "THIRDPARTY"
3430
known_third_party = []
3531
known_first_party = [ "contributing",]
32+
33+
[config]
34+
indent = " "
35+
line_length = 115

pyproject.toml

Lines changed: 7 additions & 8 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

@@ -122,13 +121,6 @@ show_error_codes = true
122121
[tool.snippet-fmt]
123122
directives = [ "code-block",]
124123

125-
[tool.dependency-dash."requirements.txt"]
126-
order = 10
127-
128-
[tool.dependency-dash."doc-source/requirements.txt"]
129-
order = 30
130-
include = false
131-
132124
[tool.snippet-fmt.languages.python]
133125
reformat = true
134126

@@ -138,3 +130,10 @@ reformat = true
138130
[tool.snippet-fmt.languages.ini]
139131

140132
[tool.snippet-fmt.languages.json]
133+
134+
[tool.dependency-dash."requirements.txt"]
135+
order = 10
136+
137+
[tool.dependency-dash."doc-source/requirements.txt"]
138+
order = 30
139+
include = false

0 commit comments

Comments
 (0)