************* Module vecteur
C:  1, 0: Missing module docstring (missing-docstring)
C:  6, 8: Invalid attribute name "x" (invalid-name)
C:  6,16: Invalid attribute name "y" (invalid-name)
C:  4, 0: Missing class docstring (missing-docstring)
C: 15, 4: Missing method docstring (missing-docstring)
R:  4, 0: Too few public methods (1/2) (too-few-public-methods)
W:  1, 0: Unused import geometry (unused-import)
C:  2, 0: standard import "import math" comes before "import geometry"
          (wrong-import-order)


Report
======
19 statements analysed.

[......]

Global evaluation
-----------------
Your code has been rated at 5.79/10 (previous run: 5.79/10, +0.00)

