Skip to content

Commit d0c2132

Browse files
committed
Linting.
1 parent 24a913f commit d0c2132

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

flake8_strftime/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
__version__ = "0.2.1"
4747
__email__ = "[email protected]"
4848

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

5353
class Visitor(flake8_helper.Visitor): # noqa: D101

repo_helper.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ username: "domdfcoding"
1010
license: 'MIT'
1111
short_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+
1317
conda_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-
4544
tox_unmanaged:
4645
- testenv:lint
4746

0 commit comments

Comments
 (0)