@@ -15,7 +15,6 @@ dynamic = [ "classifiers", "dependencies",]
1515name = " Dominic Davis-Foster"
1616email = " dominic@davis-foster.co.uk"
1717
18-
1918[project .license ]
2019file = " LICENSE"
2120
@@ -24,6 +23,9 @@ Homepage = "https://github.com/python-formate/flake8-github-actions"
2423"Issue Tracker" = " https://github.com/python-formate/flake8-github-actions/issues"
2524"Source Code" = " https://github.com/python-formate/flake8-github-actions"
2625
26+ [project .entry-points ."flake8 .report" ]
27+ github = " flake8_github_actions:GitHubFormatter"
28+
2729[tool .whey ]
2830base-classifiers = [
2931 " Development Status :: 4 - Beta" ,
@@ -49,19 +51,6 @@ show_error_codes = true
4951[tool .snippet-fmt ]
5052directives = [ " code-block" ,]
5153
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-
6554[tool .snippet-fmt .languages .python ]
6655reformat = true
6756
@@ -71,3 +60,13 @@ reformat = true
7160[tool .snippet-fmt .languages .ini ]
7261
7362[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