File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ email: "dominic@davis-foster.co.uk"
66version : " 0.0.0"
77username : " domdfcoding"
88license : ' MIT'
9- short_desc : " Check for use of platform specific strftime codes using Flake8 ."
9+ short_desc : " A flake8 plugin which checks for use of platform specific strftime codes using ."
1010
1111conda_channels :
1212 - domdfcoding
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ flake8 >= 3.7
2+ importlib-metadata >= 0.9 ;python_version < "3.8"
Original file line number Diff line number Diff line change 11[metadata]
2- name = flake8_strftime
3- version = 1.6.0
4- description = flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`
5- long_description = file: README.md
6- long_description_content_type = text/markdown
7- url = https://github.com/asottile/flake8-2020
82author = Anthony Sottile
93author_email = asottile@umich.edu
10- license = MIT
11- license_file = LICENSE
12- classifiers =
13- License :: OSI Approved :: MIT License
14- Programming Language :: Python :: 3
15- Programming Language :: Python :: 3 :: Only
16- Programming Language :: Python :: 3.6
17- Programming Language :: Python :: 3.7
18- Programming Language :: Python :: 3.8
19-
20- [options]
21- py_modules = flake8_strftime
22- install_requires =
23- flake8>=3.7
24- importlib-metadata>=0.9; python_version<"3.8"
25- python_requires = >=3.6.1
264
275[options.entry_points]
286flake8.extension =
297 STRFTIME =flake8_strftime:Plugin
308
319[bdist_wheel]
3210universal = True
33-
34- [coverage:run]
35- plugins = covdefaults
36-
37- [mypy]
38- check_untyped_defs = true
39- disallow_any_generics = true
40- disallow_incomplete_defs = true
41- disallow_untyped_defs = true
42- no_implicit_optional = true
43-
44- [mypy-testing.*]
45- disallow_untyped_defs = false
46-
47- [mypy-tests.*]
48- disallow_untyped_defs = false
You can’t perform that action at this time.
0 commit comments