Skip to content
Started 2 mo 21 days ago
Took 44 min on reynolds
Failed

#3230 (Jan 7, 2024, 10:12:26 PM)

PR #1578: big pylint refactor
Changes
  1. add roadmap (commit: 1cda564) (details / githubweb)
  2. temporarily move root .pylintrc (commit: 573e727) (details / githubweb)
  3. use fstring (commit: 1417fb1) (details / githubweb)
  4. use fstrings (commit: 7c6121a) (details / githubweb)
  5. specify encodings for open() (commit: d1c3433) (details / githubweb)
  6. module-level pylint disables (commit: 95276b6) (details / githubweb)
  7. make return type consistent (commit: 8a36ce1) (details / githubweb)
  8. remove unnecessary pylint disable (commit: d5ea3bc) (details / githubweb)
  9. explicitly raise from (commit: ac2a959) (details / githubweb)
  10. f strings (commit: 6134048) (details / githubweb)
  11. pylint (commit: 902ccab) (details / githubweb)
  12. use fstrings for some but not all formatting (commit: a1620fb) (details / githubweb)
  13. assorted pylint fixes (commit: d0cffb9) (details / githubweb)
  14. explicitly specify encoding for open() (commit: a564516) (details / githubweb)
  15. use with statements for open() (commit: 56b3f52) (details / githubweb)
  16. fstrings pylint (commit: 05e39c1) (details / githubweb)
  17. pylint fixes (commit: 151a45f) (details / githubweb)
  18. pylint fixes (commit: 25ae414) (details / githubweb)
  19. pylint fixes (commit: cf6ec92) (details / githubweb)
  20. remove unnecessary pylint disable (commit: ece3538) (details / githubweb)
  21. eliminate unused / indirect qty import (commit: ae72d98) (details / githubweb)
  22. pylint (commit: 9078d50) (details / githubweb)
  23. pylint mostly fstrings (commit: 4352606) (details / githubweb)
  24. pylint (commit: 2f708b6) (details / githubweb)
  25. disable fixme messages in pylintrc to encourage writing todos (commit: fa7e534) (details / githubweb)
  26. pylint (commit: 42dcba9) (details / githubweb)
  27. pylint (commit: 79b6384) (details / githubweb)
  28. remove comparison with 0 using is (commit: 518a7c0) (details / githubweb)
  29. pylint fixes (commit: 24e860d) (details / githubweb)
  30. pylint disable invalid-name (commit: 28982a7) (details / githubweb)
  31. pylint fixes (commit: a21deca) (details / githubweb)
  32. pylint fixes (commit: 4b648a8) (details / githubweb)
  33. pylint fixes (commit: c24c7a5) (details / githubweb)
  34. pylint fixes (commit: ac4e66b) (details / githubweb)
  35. fstrings (commit: af3c216) (details / githubweb)
  36. fstrings (commit: 6f60ba8) (details / githubweb)
  37. ignore fstring suggestion (commit: 9856c89) (details / githubweb)
  38. join instead of string formatting (commit: d03aab3) (details / githubweb)
  39. pylint various (commit: 384047d) (details / githubweb)
  40. move imports to top (commit: dd9a776) (details / githubweb)
  41. fstrings (commit: 9fd9ea2) (details / githubweb)
  42. pylint various (commit: fbc11d6) (details / githubweb)
  43. don't require docstrings for tests (commit: 32df1fa) (details / githubweb)
  44. variable names (commit: 553fa60) (details / githubweb)
  45. ignore import order (commit: 265a1a2) (details / githubweb)
  46. minor pylint fixes (commit: c0633b0) (details / githubweb)
  47. allow methods named setup to have no docstring (commit: edf2fec) (details / githubweb)
  48. minor pylint fixes (commit: cea3f4d) (details / githubweb)
  49. ignore imports not at top level (commit: d3d0015) (details / githubweb)
  50. fstrings (commit: bc96403) (details / githubweb)
  51. minor pylint fixes (commit: 9080b0c) (details / githubweb)
  52. minor pylint (commit: ef1bbcc) (details / githubweb)
  53. pylint fixes (commit: c7d78d0) (details / githubweb)
  54. use with statements and specify encoding for open() (commit: 4c536ec) (details / githubweb)
  55. various pylint fixes (commit: 378093d) (details / githubweb)
  56. various pylint fixes (commit: e131ca7) (details / githubweb)
  57. pylint fixes (commit: c94fe62) (details / githubweb)
  58. various pylint fixes (commit: 406a0c2) (details / githubweb)
  59. pylint fixes (commit: 8a75ec7) (details / githubweb)
  60. pylint (commit: 1679a9a) (details / githubweb)
  61. pylint (commit: 011b729) (details / githubweb)
  62. pylint fixes (commit: 8be89db) (details / githubweb)
  63. minor pylint fixes (commit: 3b3c36e) (details / githubweb)
  64. fix stray pylint issues (commit: 8bddce4) (details / githubweb)
  65. ignore duplicate-code warning, needs issue (commit: a972f65) (details / githubweb)
  66. suppress modified-iterating-list warning, needs issue (commit: 1308ae9) (details / githubweb)
  67. suppress modified-iterating-list warning, needs issue (commit: fde3ab6) (details / githubweb)
  68. remove temporary files (commit: 6b90bbf) (details / githubweb)
  69. rcfile location changed (commit: 485d413) (details / githubweb)
  70. pylint fixes (commit: d210558) (details / githubweb)
  71. pylint fixes (commit: 11434ce) (details / githubweb)
  72. use with for open statements (commit: 8c3764b) (details / githubweb)
  73. pylint fixes (commit: e5c033d) (details / githubweb)
  74. fstrings (commit: 5b90d61) (details / githubweb)
  75. use with statement to open (commit: 35e07b3) (details / githubweb)
  76. pylint (commit: bdc9068) (details / githubweb)
  77. use with statement (commit: f405051) (details / githubweb)
  78. remove extra parens (commit: 2da6324) (details / githubweb)
  79. pylint (commit: 376bef9) (details / githubweb)
  80. pylint (commit: d51fa23) (details / githubweb)
  81. fstrings (commit: 096d607) (details / githubweb)
  82. pylint (commit: eb6444f) (details / githubweb)
  83. reduce custom settings (commit: f5a98e6) (details / githubweb)

GitHub pull request #1578 of commit f5a98e6152eb1d049457c90b1869d10343cea351, no merge conflicts.

SCM: git https://github.com/convexengineering/gpkit
  • Commits since last build: 200
  • Latest commit: c492be8
Test Result (7 failures / -96)
Configuration Matrixcvxoptmosek
macys
macys_VM
reynolds
windows10x64