Home
last modified time | relevance | path

Searched refs:pycodestyle (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/devel/py-flake8/flake8-4.0.1/
H A Dsetup.cfg39 pycodestyle
53 pycodestyle.bare_except = pycodestyle:bare_except
54 pycodestyle.blank_lines = pycodestyle:blank_lines
57 pycodestyle.comparison_negative = pycodestyle:comparison_negative
59 pycodestyle.comparison_type = pycodestyle:comparison_type
62 pycodestyle.explicit_line_join = pycodestyle:explicit_line_join
65 pycodestyle.indentation = pycodestyle:indentation
66 pycodestyle.maximum_doc_length = pycodestyle:maximum_doc_length
68 pycodestyle.missing_whitespace = pycodestyle:missing_whitespace
78 pycodestyle.tabs_obsolete = pycodestyle:tabs_obsolete
[all …]
/dports/devel/py-pycodestyle/pycodestyle-2.8.0/testsuite/
H A Dtest_api.py7 import pycodestyle
28 self._saved_checks = pycodestyle._checks
31 pycodestyle._checks = {
39 pycodestyle._checks = self._saved_checks
54 options = pycodestyle.StyleGuide().options
74 options = pycodestyle.StyleGuide().options
330 pep8style = pycodestyle.StyleGuide()
340 pep8style = pycodestyle.StyleGuide()
361 pep8style = pycodestyle.StyleGuide()
380 pep8style = pycodestyle.StyleGuide()
[all …]
H A Dtest_shell.py6 import pycodestyle
17 self._saved_pconfig = pycodestyle.PROJECT_CONFIG
35 pycodestyle.PROJECT_CONFIG = self._saved_pconfig
42 def pycodestyle(self, *args): member in ShellTestCase
46 pycodestyle._main()
76 stdout, stderr, errcode = self.pycodestyle(E11)
93 pycodestyle.PROJECT_CONFIG = ()
116 pycodestyle.PROJECT_CONFIG = ()
117 stdout, stderr, errcode = self.pycodestyle()
125 pycodestyle.PROJECT_CONFIG = ()
[all …]
H A Dtest_all.py7 import pycodestyle
18 self._style = pycodestyle.StyleGuide(
25 pycodestyle, verbose=False, report=False
42 files = [pycodestyle.__file__.rstrip('oc'), __file__.rstrip('oc'),
44 report = self._style.init_report(pycodestyle.StandardReport)
H A Dtest_blank_lines.py8 import pycodestyle
21 sut = pycodestyle.StyleGuide()
403 self._original_lines_config = pycodestyle.BLANK_LINES_CONFIG.copy()
404 pycodestyle.BLANK_LINES_CONFIG['top_level'] = 3
405 pycodestyle.BLANK_LINES_CONFIG['method'] = 2
408 pycodestyle.BLANK_LINES_CONFIG = self._original_lines_config
/dports/security/nyx/nyx-2.1.0/test/
H A Dsettings.cfg3 pycodestyle.ignore E111
4 pycodestyle.ignore E114
5 pycodestyle.ignore E121
6 pycodestyle.ignore E501
7 pycodestyle.ignore E251
8 pycodestyle.ignore E127
9 pycodestyle.ignore E722
14 pycodestyle.ignore nyx/__init__.py => E402: import nyx.curses
15 pycodestyle.ignore nyx/__init__.py => E402: import nyx.menu
16 pycodestyle.ignore nyx/__init__.py => E402: import nyx.panel
[all …]
/dports/devel/py-pytest-pycodestyle/pytest-pycodestyle-2.2.0/
H A DPKG-INFO2 Name: pytest-pycodestyle
4 Summary: pytest plugin to run pycodestyle
5 Home-page: https://github.com/henry0312/pytest-pycodestyle
9 Description: # pytest-pycodestyle
11 …PyPI version](https://badge.fury.io/py/pytest-pycodestyle.svg)](https://pypi.org/project/pytest-py…
13 …(https://docs.pytest.org/en/latest/) plugin to run [pycodestyle](https://github.com/PyCQA/pycodest…
18 pip install pytest-pycodestyle
24 pytest --pycodestyle ...
31 The behavior can be configured in the same style of pycodestyle.
37 [pycodestyle]
[all …]
H A DREADME1 # pytest-pycodestyle
3 …PyPI version](https://badge.fury.io/py/pytest-pycodestyle.svg)](https://pypi.org/project/pytest-py…
5 …(https://docs.pytest.org/en/latest/) plugin to run [pycodestyle](https://github.com/PyCQA/pycodest…
10 pip install pytest-pycodestyle
16 pytest --pycodestyle ...
23 The behavior can be configured in the same style of pycodestyle.
24 …t.org/en/latest/customize.html) and [Configuration — pycodestyle documentation](https://pycodestyl…
29 [pycodestyle]
33 addopts = --pycodestyle
H A DREADME.md1 # pytest-pycodestyle
3 …PyPI version](https://badge.fury.io/py/pytest-pycodestyle.svg)](https://pypi.org/project/pytest-py…
5 …(https://docs.pytest.org/en/latest/) plugin to run [pycodestyle](https://github.com/PyCQA/pycodest…
10 pip install pytest-pycodestyle
16 pytest --pycodestyle ...
23 The behavior can be configured in the same style of pycodestyle.
24 …t.org/en/latest/customize.html) and [Configuration — pycodestyle documentation](https://pycodestyl…
29 [pycodestyle]
33 addopts = --pycodestyle
/dports/devel/py-pytest-pycodestyle/pytest-pycodestyle-2.2.0/src/pytest_pycodestyle.egg-info/
H A DPKG-INFO2 Name: pytest-pycodestyle
4 Summary: pytest plugin to run pycodestyle
5 Home-page: https://github.com/henry0312/pytest-pycodestyle
9 Description: # pytest-pycodestyle
11 …PyPI version](https://badge.fury.io/py/pytest-pycodestyle.svg)](https://pypi.org/project/pytest-py…
13 …(https://docs.pytest.org/en/latest/) plugin to run [pycodestyle](https://github.com/PyCQA/pycodest…
18 pip install pytest-pycodestyle
24 pytest --pycodestyle ...
31 The behavior can be configured in the same style of pycodestyle.
37 [pycodestyle]
[all …]
/dports/devel/py-pycodestyle/pycodestyle-2.8.0/
H A DREADME.rst1 pycodestyle (formerly called pep8) - Python style guide checker
9 :target: https://pycodestyle.pycqa.org
12 .. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
13 :target: https://pypi.org/project/pycodestyle/
16 .. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg
43 the ``pycodestyle.py`` file for this purpose.
52 $ pip install pycodestyle
53 $ pip install --upgrade pycodestyle
54 $ pip uninstall pycodestyle
64 $ pycodestyle --first optparse.py
[all …]
H A DCONTRIBUTING.rst1 Contributing to pycodestyle
4 When contributing to pycodestyle, please observe our `Code of Conduct`_.
6 Step 1: Forking pycodestyle for editing
9 Fork the pycodestyle repository on GitHub. This will add
36 $ cd pycodestyle
37 $ virtualenv venv-pycodestyle
38 $ source venv-pycodestyle/bin/activate
42 Now you can install the pycodestyle requirements::
75 pycodestyle itself when installed in dev mode.
96 $ pycodestyle --testsuite testsuite
[all …]
/dports/devel/py-pycodestyle/pycodestyle-2.8.0/docs/
H A Dadvanced.rst1 .. currentmodule:: pycodestyle
16 import pycodestyle
23 style = pycodestyle.StyleGuide(quiet=True)
30 import pycodestyle
46 import pycodestyle
48 style = pycodestyle.StyleGuide(config_file='/path/to/tox.ini')
52 style = pycodestyle.StyleGuide(ignore=['E501'])
64 import pycodestyle
68 class StyleGuide(pycodestyle.StyleGuide):
76 lines = pycodestyle.readlines(filename)[LINES_SLICE]
[all …]
H A Ddeveloper.rst1 .. currentmodule:: pycodestyle
14 * `Source code <https://github.com/pycqa/pycodestyle>`_ and
15 `issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
16 * `Continuous tests <https://github.com/PyCQA/pycodestyle/actions>`_ against
20 .. _available on GitHub: https://github.com/pycqa/pycodestyle
28 * ``pycodestyle`` is intended to be as fast as possible.
34 ``pycodestyle`` doesn't want or need a plugin architecture.
35 * ``pycodestyle`` aims to have no external dependencies.
100 $ python pycodestyle.py --testsuite testsuite
101 $ python pycodestyle.py --doctest
[all …]
H A Dintro.rst1 .. currentmodule:: pycodestyle
43 the ``pycodestyle`` library:
60 $ pip install pycodestyle
61 $ pip install --upgrade pycodestyle
62 $ pip uninstall pycodestyle
70 $ pycodestyle --first optparse.py
139 $ pycodestyle -h
191 ``~\.pycodestyle``
194 ``XDG_CONFIG_HOME/pycodestyle``
197 ``~/.config/pycodestyle``
[all …]
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/pylsp/plugins/
H A Dpycodestyle_lint.py5 import pycodestyle
16 if autopep8_c_i in pycodestyle._checks['logical_line']:
17 del pycodestyle._checks['logical_line'][autopep8_c_i]
18 pycodestyle.register_check(pycodestyle.continued_indentation)
38 styleguide = pycodestyle.StyleGuide(kwargs)
40 c = pycodestyle.Checker(
50 class PyCodeStyleDiagnosticReport(pycodestyle.BaseReport):
H A Dautopep8_format.py5 import pycodestyle
38 del pycodestyle._checks['logical_line'][pycodestyle.continued_indentation]
39 pycodestyle.register_check(autopep8_c_i)
44 del pycodestyle._checks['logical_line'][autopep8_c_i]
45 pycodestyle.register_check(pycodestyle.continued_indentation)
/dports/devel/py-flake8-polyfill/flake8-polyfill-1.0.2/tests/
H A Dtest_stdin.py3 import pycodestyle
15 assert stdin.modules['pycodestyle'] == [pycodestyle]
17 assert stdin.modules['all'] == [pep8, pycodestyle]
35 original_stdin_get_value = pycodestyle.stdin_get_value
38 pycodestyle.stdin_get_value = original_stdin_get_value
41 return pycodestyle
59 assert pep8_mod.stdin_get_value is not pycodestyle.stdin_get_value
/dports/security/py-taxii2-client/cti-taxii-client-2.2.2/
H A Dtox.ini2 envlist = py35,py36,py37,py38,pycodestyle,isort-check,packaging
17 [testenv:pycodestyle]
20 pycodestyle
23 pycodestyle ./taxii2client
26 [pycodestyle] section
51 3.8: py38, pycodestyle, isort-check, packaging argument
/dports/www/py-django-recaptcha/django-recaptcha-2.0.6/
H A Dtox.ini3 pycodestyle-{py27,py37,py38}
17 pycodestyle: pycodestyle
20 pycodestyle: pycodestyle captcha/
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/quality/
H A Dtest_pep8.py21 import pycodestyle
24 import pep8 as pycodestyle namespace
26 pycodestyle = None variable
38 style = pycodestyle.StyleGuide(ignore=ignore)
55 assert pycodestyle is not None, "pycodestyle/pep8 is missing"
/dports/security/py-stix2-patterns/cti-pattern-validator-1.3.2/
H A Dtox.ini2 envlist = py27,py34,py35,py36,py37,py38,pycodestyle,isort-check,packaging
14 [testenv:pycodestyle]
26 [pycodestyle] section
44 2.7: py27, pycodestyle argument
47 3.6: py36, pycodestyle, isort-check, packaging
/dports/devel/py-flake8-polyfill/flake8-polyfill-1.0.2/src/flake8_polyfill/
H A Dstdin.py8 import pycodestyle
10 pycodestyle = None variable
18 'pycodestyle': [pycodestyle],
19 'all': [pep8, pycodestyle],
/dports/audio/py-mutagen/mutagen-1.42.0/tests/quality/
H A Dtest_pep8.py17 import pycodestyle
20 import pep8 as pycodestyle namespace
22 pycodestyle = None variable
33 style = pycodestyle.StyleGuide(ignore=setup_cfg.ignore)
/dports/deskutils/py-paperless/paperless-2.7.0/src/
H A Dtox.ini8 envlist = py34, py35, py36, py37, pycodestyle, doc
14 [testenv:pycodestyle]
15 commands=pycodestyle argument
16 deps=pycodestyle argument

12345678910>>...18