File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4646__version__ = "0.2.1"
47474848
49- STRFTIME001 = "STRFTIME001 Linux-specific strftime code used." # noqa: E501
50- STRFTIME002 = "STRFTIME002 Windows-specific strftime code used." # noqa: E501
49+ STRFTIME001 = "STRFTIME001 Linux-specific strftime code used."
50+ STRFTIME002 = "STRFTIME002 Windows-specific strftime code used."
5151
5252
5353class Visitor (flake8_helper .Visitor ): # noqa: D101
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ username: "domdfcoding"
1010license : ' MIT'
1111short_desc : " A flake8 plugin which checks for use of platform specific strftime codes."
1212
13+ sphinx_html_theme : furo
14+ standalone_contrib_guide : true
15+ min_coverage : 100
16+
1317conda_channels :
1418 - conda-forge
1519
@@ -37,11 +41,6 @@ entry_points:
3741 flake8.extension :
3842 - STRFTIME=flake8_strftime:Plugin
3943
40- sphinx_html_theme : furo
41- standalone_contrib_guide : true
42-
43- min_coverage : 100
44-
4544tox_unmanaged :
4645 - testenv:lint
4746
You can’t perform that action at this time.
0 commit comments