Commit 6e58d79
authored
File tree
- .github/workflows
- .pylint_primer_tests
- doc
- data/messages
- a/astroid-error
- b
- bad-configuration-section
- bad-docstring-quotes
- bad-file-encoding
- bad-format-string-key
- bad-inline-option
- bad-mcs-classmethod-argument
- bad-mcs-method-argument
- bad-plugin-value
- bad-thread-instantiation
- bidirectional-unicode
- boolean-datetime
- broken-noreturn
- c
- c-extension-no-member
- class-variable-slots-conflict
- compare-to-empty-string
- compare-to-zero
- condition-evals-to-constant
- config-parse-error
- confusing-with-statement
- consider-alternative-union-syntax
- consider-iterating-dictionary
- consider-merging-isinstance
- consider-swap-variables
- consider-ternary-expression
- consider-using-alias
- consider-using-any-or-all
- consider-using-assignment-expr
- consider-using-dict-comprehension
- consider-using-dict-items
- consider-using-enumerate
- consider-using-from-import
- consider-using-generator
- consider-using-get
- consider-using-in
- consider-using-join
- consider-using-max-builtin
- consider-using-min-builtin
- consider-using-namedtuple-or-dataclass
- consider-using-set-comprehension
- consider-using-ternary
- consider-using-tuple
- cyclic-import
- d
- dangerous-default-value
- deprecated-argument
- deprecated-class
- deprecated-decorator
- deprecated-method
- deprecated-module
- deprecated-pragma
- deprecated-typing-alias
- differing-param-doc
- differing-type-doc
- disallowed-name
- docstring-first-line-empty
- duplicate-code
- duplicate-except
- duplicate-string-formatting-argument
- e
- else-if-used
- empty-comment
- eq-without-hash
- eval-used
- exec-used
- expression-not-assigned
- f
- f-string-without-interpolation
- fatal
- file-ignored
- fixme
- forgotten-debug-statement
- format-combined-specification
- format-needs-mapping
- format-string-without-interpolation
- g
- global-variable-not-assigned
- global-variable-undefined
- i
- implicit-str-concat
- import-error
- import-private-name
- import-self
- inconsistent-mro
- inconsistent-quotes
- inconsistent-return-statements
- inherit-non-class
- init-is-generator
- invalid-all-format
- invalid-all-object
- invalid-bool-returned
- invalid-bytes-returned
- invalid-character-backspace
- invalid-character-carriage-return
- invalid-character-esc
- invalid-character-nul
- invalid-character-sub
- invalid-character-zero-width-space
- invalid-characters-in-docstring
- invalid-class-object
- invalid-envvar-default
- invalid-envvar-value
- invalid-format-index
- invalid-format-returned
- invalid-getnewargs-ex-returned
- invalid-getnewargs-returned
- invalid-hash-returned
- invalid-index-returned
- invalid-length-hint-returned
- invalid-length-returned
- invalid-metaclass
- invalid-name
- invalid-overridden-method
- invalid-repr-returned
- invalid-sequence-index
- invalid-slice-index
- invalid-slots-object
- invalid-slots
- invalid-star-assignment-target
- invalid-str-returned
- invalid-unary-operand-type
- invalid-unicode-codec
- isinstance-second-argument-not-valid-type
- k/keyword-arg-before-vararg
- l
- line-too-long
- locally-disabled
- logging-format-truncated
- logging-not-lazy
- logging-too-few-args
- logging-too-many-args
- logging-unsupported-format
- lost-exception
- m
- method-check-failed
- misplaced-bare-raise
- misplaced-comparison-constant
- misplaced-format-function
- missing-any-param-doc
- missing-final-newline
- missing-format-attribute
- missing-format-string-key
- missing-kwoa
- missing-parentheses-for-call-in-test
- mixed-format-string
- mixed-line-endings
- modified-iterating-dict
- modified-iterating-list
- modified-iterating-set
- multiple-constructor-doc
- multiple-imports
- multiple-statements
- n
- nan-comparison
- no-classmethod-decorator
- no-member
- no-method-argument
- no-name-in-module
- no-self-argument
- no-self-use
- no-staticmethod-decorator
- no-value-for-parameter
- non-ascii-file-name
- non-ascii-module-import
- non-ascii-name
- non-iterator-returned
- non-parent-init-called
- non-str-assignment-to-dunder-name
- nonexistent-operator
- nonlocal-and-global
- nonlocal-without-binding
- not-a-mapping
- not-an-iterable
- not-async-context-manager
- not-callable
- not-context-manager
- not-in-loop
- notimplemented-raised
- o/overlapping-except
- p
- parse-error
- pointless-statement
- pointless-string-statement
- possibly-unused-variable
- preferred-module
- property-with-parameters
- protected-access
- r
- raise-missing-from
- raising-bad-type
- raising-format-tuple
- raising-non-exception
- raw-checker-failed
- redeclared-assigned-name
- redefined-argument-from-local
- redefined-builtin
- redefined-outer-name
- redefined-variable-type
- redundant-keyword-arg
- redundant-returns-doc
- redundant-u-string-prefix
- redundant-yields-doc
- relative-beyond-top-level
- repeated-keyword
- return-arg-in-generator
- return-outside-function
- s
- self-cls-assignment
- shallow-copy-environ
- signature-differs
- simplifiable-condition
- simplifiable-if-expression
- simplifiable-if-statement
- simplify-boolean-expression
- single-string-used-for-slots
- star-needs-assignment-target
- stop-iteration-return
- subprocess-popen-preexec-fn
- subprocess-run-check
- super-init-not-called
- superfluous-parens
- suppressed-message
- t
- too-complex
- too-few-public-methods
- too-many-ancestors
- too-many-boolean-expressions
- too-many-branches
- too-many-function-args
- too-many-instance-attributes
- too-many-lines
- too-many-locals
- too-many-nested-blocks
- too-many-public-methods
- too-many-return-statements
- too-many-star-expressions
- too-many-statements
- too-many-try-statements
- trailing-comma-tuple
- trailing-newlines
- trailing-whitespace
- truncated-format-string
- typevar-name-incorrect-variance
- u
- undefined-loop-variable
- unexpected-keyword-arg
- unexpected-line-ending-format
- unexpected-special-method-signature
- unhashable-dict-key
- unnecessary-comprehension
- unnecessary-dict-index-lookup
- unnecessary-lambda
- unnecessary-pass
- unnecessary-semicolon
- unneeded-not
- unpacking-non-sequence
- unrecognized-inline-option
- unrecognized-option
- unsubscriptable-object
- unsupported-assignment-operation
- unsupported-binary-operation
- unsupported-delete-operation
- unsupported-membership-test
- unused-argument
- unused-format-string-argument
- unused-format-string-key
- unused-import
- unused-private-member
- unused-variable
- use-a-generator
- use-implicit-booleaness-not-comparison
- use-implicit-booleaness-not-len
- use-sequence-for-iteration
- use-set-for-membership
- use-symbolic-message-instead
- used-before-assignment
- used-prior-global-declaration
- useless-else-on-loop
- useless-import-alias
- useless-object-inheritance
- useless-param-doc
- useless-super-delegation
- useless-suppression
- useless-type-doc
- useless-with-lock
- using-constant-test
- using-f-string-in-unsupported-version
- using-final-decorator-in-unsupported-version
- w
- wrong-exception-operation
- wrong-spelling-in-comment
- wrong-spelling-in-docstring
- y/yield-outside-function
- development_guide
- api
- contributor_guide
- tests
- how_tos
- technical_reference
- exts
- messages
- technical_reference
- user_guide
- checkers
- configuration
- installation
- ide_integration
- messages
- usage
- whatsnew
- pylint
- checkers
- base
- name_checker
- classes
- refactoring
- config
- _pylint_config
- extensions
- lint
- message
- pyreverse
- reporters
- testutils
- functional
- utils
- tests
- config/pylint_config
- functional
- c/consider
- ext/docparams/raise
- g
- m/missing
- r
- u
- undefined
- unnecessary
- unused
- useless
- lint
- primer
- pyreverse
- data
- functional/class_diagrams
- annotations
- attributes
- regrtest_data/directory/ignored_subdirectory
- testutils
- pyreverse_data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
217 | 263 | | |
218 | 264 | | |
219 | 265 | | |
| |||
257 | 303 | | |
258 | 304 | | |
259 | 305 | | |
260 | | - | |
| 306 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
0 commit comments