Home
last modified time | relevance | path

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

12345678910>>...65

/dports/devel/py-pylint-django/pylint-django-2.4.4/
H A DCHANGELOG.rst7 - Fix compatibility issues with pylint >= 2.8. Fixes
8 `#322 <https://github.com/PyCQA/pylint-django/issues/322>`_ and
9 `#323 <https://github.com/PyCQA/pylint-django/issues/323>`_
44 - Fixed tests to work with pylint>2.6
170 - Updating dependency version of pylint-plugin-utils as pylint 2.3 release
175 - Add support for new load_configuration hook of pylint
204 pylint (2.1.1 -> 2.2).
393 handle newer pylint/astroid versions (thanks to
426 compatibility with pylint 1.5 / astroid 1.4.1
445 added that pylint-django will only work with Python2.6 if pylint<=1.3
[all …]
H A DPKG-INFO2 Name: pylint-django
5 Home-page: https://github.com/PyCQA/pylint-django
10 Description: pylint-django
29 ``pylint-django`` is a `Pylint <http://pylint.org>`__ plugin for improving code
39 pip install pylint-django
199 - Fixed tests to work with pylint>2.6
325 - Updating dependency version of pylint-plugin-utils as pylint 2.3 release
359 pylint (2.1.1 -> 2.2).
600 added that pylint-django will only work with Python2.6 if pylint<=1.3
602 - `#40 <https://github.com/PyCQA/pylint-django/issues/40>`__ - pylint
[all …]
H A DREADME.rst1 pylint-django
4 .. image:: https://travis-ci.org/PyCQA/pylint-django.svg?branch=master
5 :target: https://travis-ci.org/PyCQA/pylint-django
8 :target: https://landscape.io/github/landscapeio/pylint-django
11 :target: https://coveralls.io/r/PyCQA/pylint-django
13 .. image:: https://img.shields.io/pypi/v/pylint-django.svg
14 :target: https://pypi.python.org/pypi/pylint-django
20 ``pylint-django`` is a `Pylint <http://pylint.org>`__ plugin for improving code
30 pip install pylint-django
38 pip install pylint-django[with_django]
[all …]
/dports/devel/py-pylint-django/pylint-django-2.4.4/pylint_django.egg-info/
H A DPKG-INFO2 Name: pylint-django
5 Home-page: https://github.com/PyCQA/pylint-django
10 Description: pylint-django
29 ``pylint-django`` is a `Pylint <http://pylint.org>`__ plugin for improving code
39 pip install pylint-django
199 - Fixed tests to work with pylint>2.6
325 - Updating dependency version of pylint-plugin-utils as pylint 2.3 release
359 pylint (2.1.1 -> 2.2).
600 added that pylint-django will only work with Python2.6 if pylint<=1.3
602 - `#40 <https://github.com/PyCQA/pylint-django/issues/40>`__ - pylint
[all …]
/dports/devel/pylint/pylint-2.12.1/pylint/testutils/
H A D__init__.py49 from pylint.testutils.checker_test_case import CheckerTestCase
50 from pylint.testutils.constants import UPDATE_FILE, UPDATE_OPTION
51 from pylint.testutils.decorator import set_config
52 from pylint.testutils.functional_test_file import FunctionalTestFile
53 from pylint.testutils.get_test_info import _get_tests_info
54 from pylint.testutils.global_test_linter import linter
55 from pylint.testutils.lint_module_test import LintModuleTest
56 from pylint.testutils.output_line import MessageTest
57 from pylint.testutils.reporter_for_tests import GenericTestReporter, MinimalTestReporter
58 from pylint.testutils.tokenize_str import _tokenize_str
[all …]
/dports/devel/pylint/pylint-2.12.1/
H A Dsetup.cfg2 name = pylint
3 version = attr: pylint.__pkginfo__.__version__
34 Homepage = https://www.pylint.org/
35 Source Code = https://github.com/PyCQA/pylint
37 Bug Tracker = https://github.com/PyCQA/pylint/issues
57 pylint*
61 pylint = pylint:run_pylint
62 epylint = pylint:run_epylint
63 pyreverse = pylint:run_pyreverse
64 symilar = pylint:run_symilar
[all …]
H A DPKG-INFO2 Name: pylint
9 Project-URL: Homepage, https://www.pylint.org/
10 Project-URL: Source Code, https://github.com/PyCQA/pylint
43 README for Pylint - https://pylint.pycqa.org/
47 :target: https://github.com/PyCQA/pylint/actions
53 .. image:: https://img.shields.io/pypi/v/pylint.svg
55 :target: https://pypi.python.org/pypi/pylint
99 extending pylint in one way or another.
117 pip install pylint
121 pip install pylint --upgrade
[all …]
/dports/devel/py-pylint-plugin-utils/pylint-plugin-utils-0.6/
H A DREADME.md1 # pylint-plugin-utils
5 …ld Status](https://travis-ci.org/PyCQA/pylint-plugin-utils.svg?branch=master)](https://travis-ci.o…
6 …://landscape.io/github/PyCQA/pylint-plugin-utils/master/landscape.svg?style=flat)](https://landsca…
7 …/coveralls.io/repos/github/PyCQA/pylint-plugin-utils/badge.svg?branch=master)](https://coveralls.i…
11 …other plugins such as [pylint-django](https://github.com/PyCQA/pylint-django) and [pylint-celery](…
15 `pylint-plugin-utils` is available under the GPLv2 License.
/dports/www/firefox-esr/firefox-91.8.0/docs/code-quality/lint/linters/
H A Dpylint.rst1 pylint chapter
4 `pylint <https://www.pylint.org/>`__ is a popular linter for python. It is now the default python
12 The mozlint integration of pylint can be run using mach:
16 $ mach lint --linter pylint <file paths>
23 To enable pylint on new directory, add the path to the include
24 section in the `pylint.yml <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_ f…
27 See in `pylint.py <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_ for …
32 * `Configuration (YAML) <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_
33 * `Source <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_
/dports/www/firefox/firefox-99.0/docs/code-quality/lint/linters/
H A Dpylint.rst1 pylint chapter
4 `pylint <https://www.pylint.org/>`__ is a popular linter for python. It is now the default python
12 The mozlint integration of pylint can be run using mach:
16 $ mach lint --linter pylint <file paths>
23 To enable pylint on new directory, add the path to the include
24 section in the `pylint.yml <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_ f…
27 See in `pylint.py <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_ for …
32 * `Configuration (YAML) <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_
33 * `Source <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_
/dports/mail/thunderbird/thunderbird-91.8.0/docs/code-quality/lint/linters/
H A Dpylint.rst1 pylint chapter
4 `pylint <https://www.pylint.org/>`__ is a popular linter for python. It is now the default python
12 The mozlint integration of pylint can be run using mach:
16 $ mach lint --linter pylint <file paths>
23 To enable pylint on new directory, add the path to the include
24 section in the `pylint.yml <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_ f…
27 See in `pylint.py <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_ for …
32 * `Configuration (YAML) <https://searchfox.org/mozilla-central/source/tools/lint/pylint.yml>`_
33 * `Source <https://searchfox.org/mozilla-central/source/tools/lint/python/pylint.py>`_
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/
H A DREADME.chromium1 URL: http://www.pylint.org/
2 Name: pylint
5 License File: pylint/LICENSE.txt
9 This directory contains the pylint module.
14 This is only used by code inside the src tree that needs to import the pylint
15 module directly. If you're using `pylint` to check your code (e.g. via the
22 pylint itself and multiprocessing's implementation on Windows (DIFF1)
27 diff --git a/third_party/pylint/lint.py b/third_party/pylint/lint.py
29 --- a/third_party/pylint/lint.py
30 +++ b/third_party/pylint/lint.py
[all …]
/dports/devel/pylint/pylint-2.12.1/pylint.egg-info/
H A DPKG-INFO2 Name: pylint
9 Project-URL: Homepage, https://www.pylint.org/
10 Project-URL: Source Code, https://github.com/PyCQA/pylint
43 README for Pylint - https://pylint.pycqa.org/
47 :target: https://github.com/PyCQA/pylint/actions
53 .. image:: https://img.shields.io/pypi/v/pylint.svg
55 :target: https://pypi.python.org/pypi/pylint
99 extending pylint in one way or another.
117 pip install pylint
121 pip install pylint --upgrade
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/locale/ru/LC_MESSAGES/
H A Dpylint.po21 #: spyder_pylint/pylint.py:36
25 #: spyder_pylint/pylint.py:37
29 #: spyder_pylint/pylint.py:40 spyder_pylint/pylint.py:161
33 #: spyder_pylint/pylint.py:41
37 #: spyder_pylint/pylint.py:44
41 #: spyder_pylint/pylint.py:45
45 #: spyder_pylint/pylint.py:48
49 #: spyder_pylint/pylint.py:49
57 #: spyder_pylint/pylint.py:116
61 #: spyder_pylint/pylint.py:118
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/locale/ja/LC_MESSAGES/
H A Dpylint.po22 #: spyder_pylint/pylint.py:36
26 #: spyder_pylint/pylint.py:37
30 #: spyder_pylint/pylint.py:40 spyder_pylint/pylint.py:161
34 #: spyder_pylint/pylint.py:41
38 #: spyder_pylint/pylint.py:44
42 #: spyder_pylint/pylint.py:45
46 #: spyder_pylint/pylint.py:48
50 #: spyder_pylint/pylint.py:49
58 #: spyder_pylint/pylint.py:116
62 #: spyder_pylint/pylint.py:118
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/locale/fr/LC_MESSAGES/
H A Dpylint.po18 #: spyder_pylint/pylint.py:36
22 #: spyder_pylint/pylint.py:37
26 #: spyder_pylint/pylint.py:40 spyder_pylint/pylint.py:161
30 #: spyder_pylint/pylint.py:41
34 #: spyder_pylint/pylint.py:44
38 #: spyder_pylint/pylint.py:45
42 #: spyder_pylint/pylint.py:48
46 #: spyder_pylint/pylint.py:49
54 #: spyder_pylint/pylint.py:116
58 #: spyder_pylint/pylint.py:118
[all …]
/dports/devel/pylint/pylint-2.12.1/pylint/reporters/
H A D__init__.py27 from pylint import utils
28 from pylint.reporters.base_reporter import BaseReporter
29 from pylint.reporters.collecting_reporter import CollectingReporter
30 from pylint.reporters.json_reporter import JSONReporter
31 from pylint.reporters.multi_reporter import MultiReporter
32 from pylint.reporters.reports_handler_mix_in import ReportsHandlerMixIn
35 from pylint.lint.pylinter import PyLinter
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/locale/
H A Dpylint.pot18 #: spyder_pylint/pylint.py:36
22 #: spyder_pylint/pylint.py:37
26 #: spyder_pylint/pylint.py:40 spyder_pylint/pylint.py:161
30 #: spyder_pylint/pylint.py:41
34 #: spyder_pylint/pylint.py:44
38 #: spyder_pylint/pylint.py:45
42 #: spyder_pylint/pylint.py:48
46 #: spyder_pylint/pylint.py:49
54 #: spyder_pylint/pylint.py:116
58 #: spyder_pylint/pylint.py:118
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/devel/benchmark/benchmark-1.6.0/.github/workflows/
H A Dpylint.yml1 name: pylint
10 pylint:
23 pip install pylint pylint-exit conan
24 - name: Run pylint
26 pylint `find . -name '*.py'|xargs` || pylint-exit $?
/dports/devel/py-spyder/spyder-3.2.7/spyder_pylint/locale/es/LC_MESSAGES/
H A Dpylint.po21 #: spyder_pylint/pylint.py:36
25 #: spyder_pylint/pylint.py:37
29 #: spyder_pylint/pylint.py:40 spyder_pylint/pylint.py:161
33 #: spyder_pylint/pylint.py:41
37 #: spyder_pylint/pylint.py:44
41 #: spyder_pylint/pylint.py:45
45 #: spyder_pylint/pylint.py:48
49 #: spyder_pylint/pylint.py:49
57 #: spyder_pylint/pylint.py:116
61 #: spyder_pylint/pylint.py:118
[all …]

12345678910>>...65