Searched refs:pep8 (Results 1 – 25 of 26) sorted by relevance
12
/external/python/uritemplates/ |
D | tox.ini | 9 pep8, 16 [testenv:pep8]
|
/external/python/google-api-python-client/ |
D | Makefile | 1 pep8: target 2 find googleapiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
|
/external/autotest/ |
D | .style.yapf | 2 based_on_style = pep8
|
/external/chromium-trace/catapult/devil/ |
D | .style.yapf | 2 based_on_style = pep8
|
/external/python/cryptography/.travis/ |
D | upload_coverage.sh | 9 pep8);;
|
/external/bcc/scripts/ |
D | py-style-check.sh | 6 find tools -type f -name "*.py" | xargs pep8 -r --show-source --ignore=E123,E125,E126,E127,E128,E30…
|
/external/python/rsa/ |
D | setup.cfg | 8 [pep8]
|
/external/python/asn1crypto/ |
D | tox.ini | 8 [pep8] section
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/sanity/ |
D | build.sh | 24 sudo python3.8 -m pip install pep8
|
/external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/ |
D | sanity.sh | 24 sudo python3.8 -m pip install pep8
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | pep8 | 1 [pep8]
|
/external/python/cryptography/ |
D | tox.ini | 3 envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,py3pep8 60 [testenv:pep8]
|
/external/python/httplib2/script/ |
D | test | 19 pep8)
|
/external/python/pyfakefs/ |
D | CONTRIBUTING.md | 36 …(your IDE or tools like [pep8](https://pypi.python.org/pypi/pep8) or [pylint](https://pypi.python.…
|
/external/scapy/ |
D | CONTRIBUTING.md | 68 [pep8](https://pypi.python.org/pypi/pep8).
|
/external/yapf/ |
D | README.rst | 115 example "pep8" or "google"), or the name of a file 116 with style settings. The default is pep8 unless a 148 the predefined styles (e.g., ``pep8`` or ``google``), a path to a configuration 157 based_on_style = pep8 251 >>> FormatCode("def g():\n return True", style_config='pep8')
|
/external/bcc/ |
D | CONTRIBUTING-SCRIPTS.md | 35 1. **Use pep8 to check Python style**: pep8 --show-source --ignore=E123,E125,E126,E127,E128,E302 fi…
|
/external/python/cryptography/docs/development/ |
D | getting-started.rst | 86 pep8: commands succeeded
|
D | submitting-patches.rst | 24 configuration. You can also run the ``tox`` job with ``tox -e pep8``.
|
/external/yapf/yapf/yapflib/ |
D | style.py | 358 pep8=CreatePEP8Style,
|
/external/llvm-project/mlir/docs/Bindings/ |
D | Python.md | 243 [PEP 8 style names](https://pep8.org/#descriptive-naming-styles).
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 783 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
|
D | 3.7.0a1.rst | 6165 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
|
/external/libabigail/ |
D | NEWS | 851 Fix pep8 error in fedabipkgdiff
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 745 bpo-30290: Help-about: use pep8 names and add tests.
|
12