@@ -15,7 +15,6 @@ dynamic = [ "classifiers", "dependencies",]
15
15
name = " Dominic Davis-Foster"
16
16
email = " dominic@davis-foster.co.uk"
17
17
18
-
19
18
[project .license ]
20
19
file = " LICENSE"
21
20
@@ -24,6 +23,9 @@ Homepage = "https://github.com/python-formate/flake8-github-actions"
24
23
"Issue Tracker" = " https://github.com/python-formate/flake8-github-actions/issues"
25
24
"Source Code" = " https://github.com/python-formate/flake8-github-actions"
26
25
26
+ [project .entry-points ."flake8 .report" ]
27
+ github = " flake8_github_actions:GitHubFormatter"
28
+
27
29
[tool .whey ]
28
30
base-classifiers = [
29
31
" Development Status :: 4 - Beta" ,
@@ -49,19 +51,6 @@ show_error_codes = true
49
51
[tool .snippet-fmt ]
50
52
directives = [ " code-block" ,]
51
53
52
- [tool .dep_checker ]
53
- allowed_unused = [ " flake8" ,]
54
-
55
- [project .entry-points ."flake8 .report" ]
56
- github = " flake8_github_actions:GitHubFormatter"
57
-
58
- [tool .dependency-dash ."requirements .txt" ]
59
- order = 10
60
-
61
- [tool .dependency-dash ."tests/requirements .txt" ]
62
- order = 20
63
- include = false
64
-
65
54
[tool .snippet-fmt .languages .python ]
66
55
reformat = true
67
56
@@ -71,3 +60,13 @@ reformat = true
71
60
[tool .snippet-fmt .languages .ini ]
72
61
73
62
[tool .snippet-fmt .languages .json ]
63
+
64
+ [tool .dep_checker ]
65
+ allowed_unused = [ " flake8" ,]
66
+
67
+ [tool .dependency-dash ."requirements .txt" ]
68
+ order = 10
69
+
70
+ [tool .dependency-dash ."tests/requirements .txt" ]
71
+ order = 20
72
+ include = false
0 commit comments