-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[🔥AUDIT🔥] Somehow when installing the new flake8, I missed committing…
… some files. (#43) 🖍 _This is an audit!_ 🖍 ## Summary: I'm not sure how. I'm worried the `make deps` rule is not quite right (maybe not doing a `git add`?) But at least this gets things working again. Issue: none ## Test plan: Successfully ran `git pr` in the `our-lovely-cli` repo. Author: csilvers Auditors: #infra-platform Required Reviewers: Approved By: Checks: Pull Request URL: #43
- Loading branch information
Showing
26 changed files
with
1,549 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright (c) 2017-2021 Ingy döt Net | ||
Copyright (c) 2006-2016 Kirill Simonov | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Metadata-Version: 2.1 | ||
Name: PyYAML | ||
Version: 6.0.1 | ||
Summary: YAML parser and emitter for Python | ||
Home-page: https://pyyaml.org/ | ||
Download-URL: https://pypi.org/project/PyYAML/ | ||
Author: Kirill Simonov | ||
Author-email: xi@resolvent.net | ||
License: MIT | ||
Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues | ||
Project-URL: CI, https://github.com/yaml/pyyaml/actions | ||
Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation | ||
Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core | ||
Project-URL: Source Code, https://github.com/yaml/pyyaml | ||
Platform: Any | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Operating System :: OS Independent | ||
Classifier: Programming Language :: Cython | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.6 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: Implementation :: CPython | ||
Classifier: Programming Language :: Python :: Implementation :: PyPy | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
Classifier: Topic :: Text Processing :: Markup | ||
Requires-Python: >=3.6 | ||
License-File: LICENSE | ||
|
||
YAML is a data serialization format designed for human readability | ||
and interaction with scripting languages. PyYAML is a YAML parser | ||
and emitter for Python. | ||
|
||
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle | ||
support, capable extension API, and sensible error messages. PyYAML | ||
supports standard YAML tags and provides Python-specific tags that | ||
allow to represent an arbitrary Python object. | ||
|
||
PyYAML is applicable for a broad range of tasks from complex | ||
configuration files to object serialization and persistence. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
PyYAML-6.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 | ||
PyYAML-6.0.1.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101 | ||
PyYAML-6.0.1.dist-info/METADATA,sha256=UNNF8-SzzwOKXVo-kV5lXUGH2_wDWMBmGxqISpp5HQk,2058 | ||
PyYAML-6.0.1.dist-info/RECORD,, | ||
PyYAML-6.0.1.dist-info/WHEEL,sha256=5DQRW5VdkIxH8e7ylwa-YBCXLhSZeqHiz1ZmuOscrlo,148 | ||
PyYAML-6.0.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11 | ||
_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402 | ||
_yaml/__pycache__/__init__.cpython-38.pyc,, | ||
yaml/__init__.py,sha256=bhl05qSeO-1ZxlSRjGrvl2m9nrXb1n9-GQatTN0Mrqc,12311 | ||
yaml/__pycache__/__init__.cpython-38.pyc,, | ||
yaml/__pycache__/composer.cpython-38.pyc,, | ||
yaml/__pycache__/constructor.cpython-38.pyc,, | ||
yaml/__pycache__/cyaml.cpython-38.pyc,, | ||
yaml/__pycache__/dumper.cpython-38.pyc,, | ||
yaml/__pycache__/emitter.cpython-38.pyc,, | ||
yaml/__pycache__/error.cpython-38.pyc,, | ||
yaml/__pycache__/events.cpython-38.pyc,, | ||
yaml/__pycache__/loader.cpython-38.pyc,, | ||
yaml/__pycache__/nodes.cpython-38.pyc,, | ||
yaml/__pycache__/parser.cpython-38.pyc,, | ||
yaml/__pycache__/reader.cpython-38.pyc,, | ||
yaml/__pycache__/representer.cpython-38.pyc,, | ||
yaml/__pycache__/resolver.cpython-38.pyc,, | ||
yaml/__pycache__/scanner.cpython-38.pyc,, | ||
yaml/__pycache__/serializer.cpython-38.pyc,, | ||
yaml/__pycache__/tokens.cpython-38.pyc,, | ||
yaml/_yaml.cpython-38-x86_64-linux-gnu.so,sha256=LYS21yWcRUufTfHxLGpF3exE0PjGxwDNtmYGassqUJk,2397464 | ||
yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883 | ||
yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639 | ||
yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851 | ||
yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837 | ||
yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006 | ||
yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533 | ||
yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445 | ||
yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061 | ||
yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440 | ||
yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495 | ||
yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794 | ||
yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190 | ||
yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004 | ||
yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279 | ||
yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165 | ||
yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Wheel-Version: 1.0 | ||
Generator: bdist_wheel (0.40.0) | ||
Root-Is-Purelib: false | ||
Tag: cp38-cp38-manylinux_2_17_x86_64 | ||
Tag: cp38-cp38-manylinux2014_x86_64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
_yaml | ||
yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This is a stub package designed to roughly emulate the _yaml | ||
# extension module, which previously existed as a standalone module | ||
# and has been moved into the `yaml` package namespace. | ||
# It does not perfectly mimic its old counterpart, but should get | ||
# close enough for anyone who's relying on it even when they shouldn't. | ||
import yaml | ||
|
||
# in some circumstances, the yaml module we imoprted may be from a different version, so we need | ||
# to tread carefully when poking at it here (it may not have the attributes we expect) | ||
if not getattr(yaml, '__with_libyaml__', False): | ||
from sys import version_info | ||
|
||
exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError | ||
raise exc("No module named '_yaml'") | ||
else: | ||
from yaml._yaml import * | ||
import warnings | ||
warnings.warn( | ||
'The _yaml extension module is now located at yaml._yaml' | ||
' and its location is subject to change. To use the' | ||
' LibYAML-based parser and emitter, import from `yaml`:' | ||
' `from yaml import CLoader as Loader, CDumper as Dumper`.', | ||
DeprecationWarning | ||
) | ||
del warnings | ||
# Don't `del yaml` here because yaml is actually an existing | ||
# namespace member of _yaml. | ||
|
||
__name__ = '_yaml' | ||
# If the module is top-level (i.e. not a part of any specific package) | ||
# then the attribute should be set to ''. | ||
# https://docs.python.org/3.8/library/types.html | ||
__package__ = '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
== Flake8 License (MIT) == | ||
|
||
Copyright (C) 2011-2013 Tarek Ziade <tarek@ziade.org> | ||
Copyright (C) 2012-2016 Ian Cordasco <graffatcolmingov@gmail.com> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
Metadata-Version: 2.1 | ||
Name: flake8 | ||
Version: 3.9.2 | ||
Summary: the modular source code checker: pep8 pyflakes and co | ||
Home-page: https://gitlab.com/pycqa/flake8 | ||
Author: Tarek Ziade | ||
Author-email: tarek@ziade.org | ||
Maintainer: Ian Stapleton Cordasco | ||
Maintainer-email: graffatcolmingov@gmail.com | ||
License: MIT | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Environment :: Console | ||
Classifier: Framework :: Flake8 | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 2 | ||
Classifier: Programming Language :: Python :: 2.7 | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.5 | ||
Classifier: Programming Language :: Python :: 3.6 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
Classifier: Topic :: Software Development :: Quality Assurance | ||
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7 | ||
Requires-Dist: pyflakes (<2.4.0,>=2.3.0) | ||
Requires-Dist: pycodestyle (<2.8.0,>=2.7.0) | ||
Requires-Dist: mccabe (<0.7.0,>=0.6.0) | ||
Requires-Dist: configparser ; python_version < "3.2" | ||
Requires-Dist: functools32 ; python_version < "3.2" | ||
Requires-Dist: enum34 ; python_version < "3.4" | ||
Requires-Dist: typing ; python_version < "3.5" | ||
Requires-Dist: importlib-metadata ; python_version < "3.8" | ||
|
||
======== | ||
Flake8 | ||
======== | ||
|
||
Flake8 is a wrapper around these tools: | ||
|
||
- PyFlakes | ||
- pycodestyle | ||
- Ned Batchelder's McCabe script | ||
|
||
Flake8 runs all the tools by launching the single ``flake8`` command. | ||
It displays the warnings in a per-file, merged output. | ||
|
||
It also adds a few features: | ||
|
||
- files that contain this line are skipped:: | ||
|
||
# flake8: noqa | ||
|
||
- lines that contain a ``# noqa`` comment at the end will not issue warnings. | ||
- you can ignore specific errors on a line with ``# noqa: <error>``, e.g., | ||
``# noqa: E234``. Multiple codes can be given, separated by comma. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored | ||
- Git and Mercurial hooks | ||
- extendable through ``flake8.extension`` and ``flake8.formatting`` entry | ||
points | ||
|
||
|
||
Quickstart | ||
========== | ||
|
||
See our `quickstart documentation | ||
<http://flake8.pycqa.org/en/latest/index.html#quickstart>`_ for how to install | ||
and get started with Flake8. | ||
|
||
|
||
Frequently Asked Questions | ||
========================== | ||
|
||
Flake8 maintains an `FAQ <http://flake8.pycqa.org/en/latest/faq.html>`_ in its | ||
documentation. | ||
|
||
|
||
Questions or Feedback | ||
===================== | ||
|
||
If you have questions you'd like to ask the developers, or feedback you'd like | ||
to provide, feel free to use the mailing list: code-quality@python.org | ||
|
||
We would love to hear from you. Additionally, if you have a feature you'd like | ||
to suggest, the mailing list would be the best place for it. | ||
|
||
|
||
Links | ||
===== | ||
|
||
* `Flake8 Documentation <http://flake8.pycqa.org/en/latest/>`_ | ||
|
||
* `GitLab Project <https://gitlab.com/pycqa/flake8>`_ | ||
|
||
* `All (Open and Closed) Issues | ||
<https://gitlab.com/pycqa/flake8/issues?scope=all&sort=updated_desc&state=all>`_ | ||
|
||
* `Code-Quality Archives | ||
<https://mail.python.org/mailman/listinfo/code-quality>`_ | ||
|
||
* `Code of Conduct | ||
<http://flake8.pycqa.org/en/latest/internal/contributing.html#code-of-conduct>`_ | ||
|
||
* `Getting Started Contributing | ||
<http://flake8.pycqa.org/en/latest/internal/contributing.html>`_ | ||
|
||
|
||
Maintenance | ||
=========== | ||
|
||
Flake8 was created by Tarek Ziadé and is currently maintained by `Ian Cordasco | ||
<http://www.coglib.com/~icordasc/>`_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
../../bin/flake8,sha256=NIme8Gfxn1XMVFjCMjW8o2uY_J8Ni6fGYFo7buWpQk0,214 | ||
flake8-3.9.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 | ||
flake8-3.9.2.dist-info/LICENSE,sha256=5G355Zzr--CxRJLlzeNB6OxC0lKpm2pYP8RgiGOl2r4,1172 | ||
flake8-3.9.2.dist-info/METADATA,sha256=NZIv82Jv3Qd2b2GYpH6GxG4KaT1fx4pDwevIT2EN2G0,3708 | ||
flake8-3.9.2.dist-info/RECORD,, | ||
flake8-3.9.2.dist-info/WHEEL,sha256=ADKeyaGyKF5DwBNE0sRE5pvW-bSkFMJfBuhzZ3rceP4,110 | ||
flake8-3.9.2.dist-info/entry_points.txt,sha256=UKUeEe7RgwoOl8MMJ7aHH0f0-cjgyAFODfzxHvPdGBw,3019 | ||
flake8-3.9.2.dist-info/top_level.txt,sha256=6Tlo_i7chAhjqQkybdwPfClaqi0-dkJh_2o1PSn1aBM,7 | ||
flake8/__init__.py,sha256=6oCkwX7LGUaXB8p-pSeRqPc3MvhM_A8c9SckmrVDcGY,2279 | ||
flake8/__main__.py,sha256=dabUN9AcCKbyXg1XHufkqTrjjY8RcLXONtghj0Fe_ak,92 | ||
flake8/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/__pycache__/__main__.cpython-38.pyc,, | ||
flake8/__pycache__/_compat.cpython-38.pyc,, | ||
flake8/__pycache__/checker.cpython-38.pyc,, | ||
flake8/__pycache__/defaults.cpython-38.pyc,, | ||
flake8/__pycache__/exceptions.cpython-38.pyc,, | ||
flake8/__pycache__/processor.cpython-38.pyc,, | ||
flake8/__pycache__/statistics.cpython-38.pyc,, | ||
flake8/__pycache__/style_guide.cpython-38.pyc,, | ||
flake8/__pycache__/utils.cpython-38.pyc,, | ||
flake8/_compat.py,sha256=H2_w0PvRxEbs5jwwrBuV3DIQVKwdPE6hr7-SV5LTeDQ,440 | ||
flake8/api/__init__.py,sha256=-wEs53FMauJOC9KeMBK7BrmlFJk87IESGqMrK0r_boA,206 | ||
flake8/api/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/api/__pycache__/legacy.cpython-38.pyc,, | ||
flake8/api/legacy.py,sha256=RM1HOdnzqfhWNg_3otydUpamAqp-DdLBK5vG7jKphnM,6697 | ||
flake8/checker.py,sha256=b3rXR_vz3HzOiwP7r6kpjnjBTI2a9siuiW2AZD2kIAI,25917 | ||
flake8/defaults.py,sha256=axCcniRGsaw1DTSpiNUt2fedM1DJC8JZbD0hfityeGU,1129 | ||
flake8/exceptions.py,sha256=mlaoiZAmCZMUDchMk-4uR1DTflhwad59cNP2ZHnEuaQ,4775 | ||
flake8/formatting/__init__.py,sha256=deO8xV8tOk3-Ve3JLskFJw-2w1JxugzDAM4ktVsZUDM,62 | ||
flake8/formatting/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/formatting/__pycache__/base.cpython-38.pyc,, | ||
flake8/formatting/__pycache__/default.cpython-38.pyc,, | ||
flake8/formatting/base.py,sha256=SJEyDR5u2yWC2_qVyQUdVA28Y8LT9CUDJh7m3DO2E9o,7747 | ||
flake8/formatting/default.py,sha256=OWmSDKAq0hCbL_xfbqNdMX5oUHMZ19EOhcnXlOnX3DM,2772 | ||
flake8/main/__init__.py,sha256=_q10eGIQnFfs-_oiQp024dq3oM5AylXHuh-N8n0F4fY,63 | ||
flake8/main/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/main/__pycache__/application.cpython-38.pyc,, | ||
flake8/main/__pycache__/cli.cpython-38.pyc,, | ||
flake8/main/__pycache__/debug.cpython-38.pyc,, | ||
flake8/main/__pycache__/git.cpython-38.pyc,, | ||
flake8/main/__pycache__/mercurial.cpython-38.pyc,, | ||
flake8/main/__pycache__/options.cpython-38.pyc,, | ||
flake8/main/__pycache__/setuptools_command.cpython-38.pyc,, | ||
flake8/main/__pycache__/vcs.cpython-38.pyc,, | ||
flake8/main/application.py,sha256=PWz6ag7meF6JnrvS1FknmgCDAWoIzpAeiIrGB9ZRsDw,14291 | ||
flake8/main/cli.py,sha256=p7JvzYw9Ak60_J8rByZs3jI6G0pPEiw5CeSfYTPyqWc,573 | ||
flake8/main/debug.py,sha256=kf3H_ZdoRoDFFtnWojtRRYbrQ6RoMjlA3OxescUapYI,2068 | ||
flake8/main/git.py,sha256=UlJa2nyopg4U1k1_fMeasTVMKddl2ZmB_Srpt4aElBo,7862 | ||
flake8/main/mercurial.py,sha256=zVnJUTYuEqfHODDXd2iyWkTay-3fWbQ0FyU70k72S-0,4272 | ||
flake8/main/options.py,sha256=w1ddz3Q9fSttcc4azSJYhMOGIUHc-svGLHCzeepBjcw,10218 | ||
flake8/main/setuptools_command.py,sha256=VeuAvQ9lV8MduGXbXdhKy_yw_-KxdAoW5ra2OQ0GWYU,4329 | ||
flake8/main/vcs.py,sha256=QjuGg13jbybfxT0Qrd6ADM1iZ7pnft4wzBfTKr-5vbE,1591 | ||
flake8/options/__init__.py,sha256=0IHSM_4Cv3nf5OBX1JepUBhOtPYdVor66AN9HUrG5Zg,461 | ||
flake8/options/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/options/__pycache__/aggregator.cpython-38.pyc,, | ||
flake8/options/__pycache__/config.cpython-38.pyc,, | ||
flake8/options/__pycache__/manager.cpython-38.pyc,, | ||
flake8/options/aggregator.py,sha256=FA80GlWgZ1RDTUipXKuW3GzhNGvqJZ7fzzZMpevKbgw,3238 | ||
flake8/options/config.py,sha256=dRM6ILyJnItSgr29S8KJR-SFjb146258J3IY1pLG1R4,13558 | ||
flake8/options/manager.py,sha256=Dn4qBGtSJ5k7xna4GUHp5w-9RH3DjYjPpYR9STEn1WI,19994 | ||
flake8/plugins/__init__.py,sha256=_iuuZoat150uO1BjEOu6S2_th3rS7UWMl2eRbO7iYmc,57 | ||
flake8/plugins/__pycache__/__init__.cpython-38.pyc,, | ||
flake8/plugins/__pycache__/manager.cpython-38.pyc,, | ||
flake8/plugins/__pycache__/pyflakes.cpython-38.pyc,, | ||
flake8/plugins/manager.py,sha256=AJJYykRhaLKa1SuzmJ74KjzwOjc0V5t8l3RdRH1PJXY,18214 | ||
flake8/plugins/pyflakes.py,sha256=zBd1TdAc9HNeNnO3onHs4hXdIkBcjH1iWplmgoti8AA,6709 | ||
flake8/processor.py,sha256=GROHQH_dikfIRFMZtpF6ma7ngRpS6F2_ubzX6gGbZM8,18579 | ||
flake8/statistics.py,sha256=nsxXdB3dBBkQ7NwhHD1ZRehGFwNlKyo0uAN4-CzuSr8,4695 | ||
flake8/style_guide.py,sha256=6B_rpCY9eIKm8_HxKEam1XsHxFzNmfjA4rxkXrj60Sg,22238 | ||
flake8/utils.py,sha256=ivTbej8Zg0x7yT5mWbnkx1Loz3z1W0pCH5TohOMRp2g,15183 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Wheel-Version: 1.0 | ||
Generator: bdist_wheel (0.35.1) | ||
Root-Is-Purelib: true | ||
Tag: py2-none-any | ||
Tag: py3-none-any | ||
|
Oops, something went wrong.