Skip to content
Snippets Groups Projects
  1. Feb 21, 2025
  2. Feb 18, 2025
  3. Feb 12, 2025
  4. Feb 08, 2025
  5. Feb 06, 2025
  6. Jan 07, 2025
    • Rogerio Alves's avatar
      trivial: fixes unknown option value for pylint < 3.3.0 · 34275b1f
      Rogerio Alves authored
      The too-many-positional-arguments warning introduced in commit 4a367430
      caused a regression in pylint-integration-tests for versions of pylint < 3.3.0,
      as these versions do not support the too-many-positional-arguments check.
      
      Added disable=unknown-option-value to the pylint disable line for compatibility
      with pylint < 3.3.0, avoiding test failures.
      
      Kept disable=too-many-positional-arguments for pylint >= 3.3.0, since the
      function exceeds the maximum allowed positional arguments (R0917) and may cause
      lint errors.
      
      Fixes: #174
      34275b1f
  7. Jan 02, 2025
  8. Dec 28, 2024
  9. Dec 26, 2024
Loading