summaryrefslogtreecommitdiff
path: root/.pylintrc
Commit message (Expand)AuthorAgeFilesLines
* requirements: Update all requirementsBenjamin Schubert2020-12-071-0/+4
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-0/+1
* Update all python dependenciesBenjamin Schubert2019-12-021-0/+2
* .pylintrc: Disable formatting messagesChandan Singh2019-11-141-1/+13
* .pylintrc: Add ujson to extension-pkg-whitelistChandan Singh2019-10-281-1/+2
* types: Add a 'FastEnum' implementation and replace Enum by itBenjamin Schubert2019-07-291-0/+1
* loadelement: Move loadelement to CythonBenjamin Schubert2019-07-261-0/+1
* utils: Extract 'url_directory_name' to a cython moduleBenjamin Schubert2019-07-171-0/+1
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-0/+1
* pylint: enable arguments-differAngelos Evripiotis2019-06-181-3/+0
* _loader/types: move to a cython packageBenjamin Schubert2019-06-061-0/+1
* _loader/loader: cythonize valid_chars_nameBenjamin Schubert2019-06-051-1/+4
* _yaml: Cythonize and internalize NodeBenjamin Schubert2019-05-291-1/+1
* _variables: Cythonize _internal_expandBenjamin Schubert2019-05-291-1/+1
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-011-5/+0
* casserver.py: fix logging-format-interpolation error and enableBenjamin Schubert2019-03-211-2/+0
* tests:lint: enable pylintBenjamin Schubert2019-03-201-1/+1
* plugin: bake API to get and validate a project pathTiago Gomes2018-08-021-1/+1
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-2/+2
* .pylintrc: Enable attribute-defined-outside-init messagesTristan Van Berkom2018-04-201-1/+0
* .pylintrc: Enable linting for unused variablesTristan Van Berkom2018-04-191-1/+0
* .pylintrc: Enable unused-import checkerJürg Billeter2018-03-251-1/+0
* .pylintrc: Ensure pylint ignores gi.repository module as it dynamically adds ...James Ennis2018-03-161-1/+1
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-141-2/+0
* pylint - dealt with simplifiable-if-statement warningJames Ennis2018-03-141-2/+0
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-4/+0
* pylint - dealt with redefined-argument-from-local warningJames Ennis2018-03-141-1/+0
* pylint - dealt with unnecessary-pass warningJames Ennis2018-03-141-1/+0
* pylint - dealt with import warningsJames Ennis2018-03-141-4/+0
* pylint - dealt with unidiomatic-typecheck warningJames Ennis2018-03-141-3/+0
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-3/+0
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-10/+3
* pylint - dealt with len-as-condition warningJames Ennis2018-03-141-1/+0
* pylint - dealt with global-statement warningJames Ennis2018-03-141-1/+0
* pylint - dealt with dangerous-default-value warningJames Ennis2018-03-141-1/+0
* pylint - dealt with consider-merging-isinstance warningsJames Ennis2018-03-141-1/+0
* pylint - dealt with broad-except and bare-except warningsJames Ennis2018-03-141-2/+0
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-1/+0
* pylint - dealt with anomalous-backslash-in-string warningJames Ennis2018-03-141-1/+0
* .pylintrc: Alterations to the configuration fileJames Ennis2018-03-141-10/+5
* .pylintrc: Amend which warning messages are disabledJames Ennis2018-03-141-73/+96
* Generate pylint configuration file (pristine file):James Ennis2018-03-141-0/+539