@@ -14,7 +14,6 @@ dynamic = [ "requires-python", "classifiers", "dependencies",]
1414name = " Dominic Davis-Foster"
1515email = " dominic@davis-foster.co.uk"
1616
17-
1817[project .license ]
1918file = " LICENSE"
2019
@@ -28,6 +27,9 @@ Documentation = "https://flake8-dunder-all.readthedocs.io/en/latest"
2827ensure_dunder_all = " flake8_dunder_all.__main__:main"
2928ensure-dunder-all = " flake8_dunder_all.__main__:main"
3029
30+ [project .entry-points ."flake8 .extension" ]
31+ DAL = " flake8_dunder_all:Plugin"
32+
3133[tool .whey ]
3234base-classifiers = [
3335 " Development Status :: 4 - Beta" ,
@@ -63,7 +65,6 @@ extensions = [
6365 " sphinx.ext.mathjax" ,
6466 " sphinxcontrib.extras_require" ,
6567 " sphinx.ext.todo" ,
66- " sphinxemoji.sphinxemoji" ,
6768 " notfound.extension" ,
6869 " sphinx_copybutton" ,
6970 " sphinxcontrib.default_values" ,
@@ -77,7 +78,6 @@ extensions = [
7778 " sphinx_toolbox.more_autosummary.column_widths" ,
7879 " sphinx_favicon" ,
7980]
80- sphinxemoji_style = " twemoji"
8181gitstamp_fmt = " %d %b %Y"
8282templates_path = [ " _templates" ,]
8383html_static_path = [ " _static" ,]
@@ -137,13 +137,20 @@ show_error_codes = true
137137[tool .snippet-fmt ]
138138directives = [ " code-block" ,]
139139
140+ [tool .snippet-fmt .languages .python ]
141+ reformat = true
142+
143+ [tool .snippet-fmt .languages .TOML ]
144+ reformat = true
145+
146+ [tool .snippet-fmt .languages .ini ]
147+
148+ [tool .snippet-fmt .languages .json ]
149+
140150[tool .mkrecipe ]
141151conda-channels = [ " conda-forge" , " domdfcoding" ,]
142152extras = " all"
143153
144- [project .entry-points ."flake8 .extension" ]
145- DAL = " flake8_dunder_all:Plugin"
146-
147154[tool .dependency-dash ."requirements .txt" ]
148155order = 10
149156
@@ -154,13 +161,3 @@ include = false
154161[tool .dependency-dash ."doc-source/requirements .txt" ]
155162order = 30
156163include = false
157-
158- [tool .snippet-fmt .languages .python ]
159- reformat = true
160-
161- [tool .snippet-fmt .languages .TOML ]
162- reformat = true
163-
164- [tool .snippet-fmt .languages .ini ]
165-
166- [tool .snippet-fmt .languages .json ]
0 commit comments