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 46
46
__version__ = "0.2.1"
47
47
48
48
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."
51
51
52
52
53
53
class Visitor (flake8_helper .Visitor ): # noqa: D101
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ username: "domdfcoding"
10
10
license : ' MIT'
11
11
short_desc : " A flake8 plugin which checks for use of platform specific strftime codes."
12
12
13
+ sphinx_html_theme : furo
14
+ standalone_contrib_guide : true
15
+ min_coverage : 100
16
+
13
17
conda_channels :
14
18
- conda-forge
15
19
@@ -37,11 +41,6 @@ entry_points:
37
41
flake8.extension :
38
42
- STRFTIME=flake8_strftime:Plugin
39
43
40
- sphinx_html_theme : furo
41
- standalone_contrib_guide : true
42
-
43
- min_coverage : 100
44
-
45
44
tox_unmanaged :
46
45
- testenv:lint
47
46
You can’t perform that action at this time.
0 commit comments