Home
last modified time | relevance | path

Searched refs:pylint (Results 1 – 25 of 69) sorted by relevance

123

/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dpylint_code.sh45 $PYTHON -m pip install --upgrade astroid==2.3.3 pylint==2.2.2 "isort>=4.3.0,<5.0.0"
49 $PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" ${IGNORE_PATTERNS} || EXIT=1
53 $PYTHON -m pylint --rcfile=.pylintrc-tests -rn "$dir" ${IGNORE_PATTERNS} || EXIT=1
60 | xargs $PYTHON -m pylint --rcfile=.pylintrc-examples -rn ${IGNORE_PATTERNS}
/external/grpc-grpc/tools/distrib/
Dpylint_code.sh38 $PYTHON -m pip install pylint==1.9.2
42 $PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" || EXIT=1
46 $PYTHON -m pylint --rcfile=.pylintrc-tests -rn "$dir" || EXIT=1
/external/autotest/utils/
Drun_pylint.py83 import pylint
84 from pylint.__pkginfo__ import version as pylint_version
96 import pylint.lint
97 from pylint.checkers import base, imports, variables
279 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
312 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)
/external/tensorflow/tensorflow/tools/ci_build/rel/ubuntu/
Dsanity.sh28 sudo python3.8 -m pip install pylint==2.4.4
29 python3.8 -m pylint --version
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/sanity/
Dbuild.sh28 sudo python3.8 -m pip install pylint==2.4.4
29 python3.8 -m pylint --version
/external/tensorflow/tensorflow/tools/ci_build/
Dpep811 # Set the error format [default|pylint|<custom>]
12 format=pylint
/external/grpc-grpc/
D.pylintrc3 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection
24 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279):
25 # Enable cyclic-import after a 1.7-or-later pylint release that
33 # latest pylint version.
39 # work for now? Try with a later pylint?
D.pylintrc-tests3 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection
57 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279):
58 # Enable cyclic-import after a 1.7-or-later pylint release that
66 # latest pylint version.
72 # work for now? Try with a later pylint?
/external/rust/crates/grpcio-sys/grpc/
D.pylintrc-examples11 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection
38 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279):
39 # Enable cyclic-import after a 1.7-or-later pylint release that
47 # latest pylint version.
53 # work for now? Try with a later pylint?
D.pylintrc13 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection
35 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279):
36 # Enable cyclic-import after a 1.7-or-later pylint release that
44 # latest pylint version.
50 # work for now? Try with a later pylint?
D.pylintrc-tests10 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection
64 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279):
65 # Enable cyclic-import after a 1.7-or-later pylint release that
73 # latest pylint version.
79 # work for now? Try with a later pylint?
/external/autotest/
DPRESUBMIT.cfg4 # pylint checks.
14 pylint = EPYTHON=python2 ./utils/run_pylint.py
/external/antlr/runtime/Python/
Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh76 pip2 install pylint==1.6.4
77 pip3 install pylint==1.6.4
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpython_checks.py72 def pylint(ctx: pw_presubmit.PresubmitContext) -> None: function
142 pylint,
/external/llvm-project/llvm/bindings/python/
DREADME.txt61 pip install pylint
65 pylint llvm
/external/llvm/bindings/python/
DREADME.txt61 pip install pylint
65 pylint llvm
/external/oss-fuzz/infra/ci/
Drequirements.txt4 pylint==2.5.3
/external/avb/
DPREUPLOAD.cfg4 pylint = true
Dpylintrc38 pylint.extensions.bad_builtin,
39 pylint.extensions.check_elif,
40 pylint.extensions.docstyle,
41 pylint.extensions.emptystring,
42 pylint.extensions.overlapping_exceptions,
43 pylint.extensions.redefined_variable_type,
235 # List of members which are set dynamically and missed by pylint inference
/external/pigweed/pw_build/
Dpython.gni26 "lint.pylint",
83 # Create a target to run pylint on each of the Python files in this
86 module = "pylint"
106 stamp = "$target_gen_dir/{{source_target_relative}}.pylint.passed"
111 public_deps += [ string_replace(dep, "(", ".lint.pylint(") ]
123 # - $name.lint.pylint - Runs pylint (if enabled).
145 # all tools. The supported tools are "mypy" and "pylint".
228 "pylint",
531 # For packages that are not generated, create targets to run mypy and pylint.
/external/tensorflow/
DCONTRIBUTING.md134 Use `pylint` to check your Python changes. To install `pylint` and check a file
135 with `pylint` against TensorFlow's custom style definition:
138 pip install pylint
139 pylint --rcfile=tensorflow/tools/ci_build/pylintrc myfile.py
142 Note `pylint --rcfile=tensorflow/tools/ci_build/pylintrc` should run from the
/external/python/parse_type/py.requirements/
Ddevelop.txt27 pylint
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DCHANGES7 *) Relint with newer pylint
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/sanity/
Dbuild.sh31 sudo python3.8 -m pip install pylint==2.4.4

123