Home
last modified time | relevance | path

Searched refs:pep8 (Results 1 – 25 of 26) sorted by relevance

12

/external/python/uritemplates/
Dtox.ini9 pep8,
16 [testenv:pep8]
/external/python/google-api-python-client/
DMakefile1 pep8: target
2 find googleapiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
/external/autotest/
D.style.yapf2 based_on_style = pep8
/external/chromium-trace/catapult/devil/
D.style.yapf2 based_on_style = pep8
/external/python/cryptography/.travis/
Dupload_coverage.sh9 pep8);;
/external/bcc/scripts/
Dpy-style-check.sh6 find tools -type f -name "*.py" | xargs pep8 -r --show-source --ignore=E123,E125,E126,E127,E128,E30…
/external/python/rsa/
Dsetup.cfg8 [pep8]
/external/python/asn1crypto/
Dtox.ini8 [pep8] section
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/sanity/
Dbuild.sh24 sudo python3.8 -m pip install pep8
/external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/
Dsanity.sh24 sudo python3.8 -m pip install pep8
/external/tensorflow/tensorflow/tools/ci_build/
Dpep81 [pep8]
/external/python/cryptography/
Dtox.ini3 envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,py3pep8
60 [testenv:pep8]
/external/python/httplib2/script/
Dtest19 pep8)
/external/python/pyfakefs/
DCONTRIBUTING.md36 …(your IDE or tools like [pep8](https://pypi.python.org/pypi/pep8) or [pylint](https://pypi.python.…
/external/scapy/
DCONTRIBUTING.md68 [pep8](https://pypi.python.org/pypi/pep8).
/external/yapf/
DREADME.rst115 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/
DCONTRIBUTING-SCRIPTS.md35 1. **Use pep8 to check Python style**: pep8 --show-source --ignore=E123,E125,E126,E127,E128,E302 fi…
/external/python/cryptography/docs/development/
Dgetting-started.rst86 pep8: commands succeeded
Dsubmitting-patches.rst24 configuration. You can also run the ``tox`` job with ``tox -e pep8``.
/external/yapf/yapf/yapflib/
Dstyle.py358 pep8=CreatePEP8Style,
/external/llvm-project/mlir/docs/Bindings/
DPython.md243 [PEP 8 style names](https://pep8.org/#descriptive-naming-styles).
/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst783 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
D3.7.0a1.rst6165 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
/external/libabigail/
DNEWS851 Fix pep8 error in fedabipkgdiff
/external/python/cpython3/Lib/idlelib/
DNEWS.txt745 bpo-30290: Help-about: use pep8 names and add tests.

12