Commit Graph

9 Commits

Author SHA1 Message Date
Bryce Guinta
13330bccd9 Fix rst python sourcecode directive lexing error 2018-08-01 08:40:54 +02:00
Claudiu Popa
17ed431155
Prepare 1.8 2017-12-15 10:56:30 +01:00
Roy Williams
664903afdd Add a warning for accessing itertools functions that have been removed. (#1500) 2017-05-25 12:43:25 -07:00
Claudiu Popa
9d351aa1f2 Update the release date 2017-04-13 18:32:24 +03:00
Claudiu Popa
bf3e06fcb8 We don't emit by default `no-member` if we have opaque inference objects in the inference results
This is controlled through the new flag ``--ignore-on-opaque-inference``, which is by
default True. The inference can return  multiple potential results while
evaluating a Python object, but some branches might not be evaluated, which
results in partial inference. In that case, it might be useful to still emit
no-member and other checks for the rest of the inferred objects.
2017-04-13 13:04:46 +03:00
Łukasz Rogalski
5ac73745b6 assign-to-new-keyword (#1386)
Add a new warning, assign-to-new-keyword.

This warning is emitted whenever we detect an assignment to a
variable name that will become a keyword in the future.
2017-04-13 11:10:56 +03:00
John Paraskevopoulos
541aca9221 Split missing+differing docstring param checks (#1344)
Add 2 different error codes for different params defined
Split param name checking in two functions, one for missing checks
and another for different names checks
Check for missing params and then check for differing params
Minor fix in type of found_argument_names [list --> set]
Fixes #1342
2017-03-11 08:06:57 +01:00
Łukasz Rogalski
7df8caaa3e Make cyclic import checker respect local disable clauses (#1286)
Fixes #59
2017-03-01 20:46:24 +01:00
Claudiu Popa
28e04bdbd5 2.0 is now 1.7.0. We will release 2.0 a bit later, sorry for this. 2017-03-01 11:39:41 +02:00