Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start Linting Under Py3 #55500

Merged
merged 61 commits into from
Jan 4, 2020
Merged

Commits on Jan 3, 2020

  1. Start linting under Py3

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0bec059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf54d58 View commit details
    Browse the repository at this point in the history
  3. Upgrade to latest PyLint

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    e92082e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98afee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3b3f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    594128f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c504361 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7da183 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c314ca3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fe8d37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0bc3d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93b92c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f99de9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03ecce2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8ead47d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b0405a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d5ca64 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    870a733 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6513c84 View commit details
    Browse the repository at this point in the history
  20. Fix PyLint unneeded-not

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    f6dabc4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5419754 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3f48a9 View commit details
    Browse the repository at this point in the history
  23. Fix PyLint unused-import

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    eeea9d9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fce524e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7a543cd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    420be98 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e35546c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    07c0f22 View commit details
    Browse the repository at this point in the history
  29. Fix PyLint invalid-name

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    05e4ebc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6fca5e5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4a7b64f View commit details
    Browse the repository at this point in the history
  32. Fix PyLint bad-super-call

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    080589c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    af25747 View commit details
    Browse the repository at this point in the history
  34. Fix PyLint not-callable

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d6324a3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    17f5ba0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8f50a88 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dddf635 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9fbae13 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    47b2c8e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8beb40e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b65b9ea View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    91839cd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8f3a5dc View commit details
    Browse the repository at this point in the history
  44. Fix PyLint not-an-iterable

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    fa0d964 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5ffc073 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b0fb204 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f61bd40 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d443e6a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    6054e06 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6c76f4e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9577efc View commit details
    Browse the repository at this point in the history
  52. Fix PyLint broad-except

    s0undt3ch committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    35646c5 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    9fc821f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9aae525 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d591be7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    af4664e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    267b91b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c1c8ed9 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    bea7f90 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    a79891c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    02d1a7d View commit details
    Browse the repository at this point in the history