Commit e7f48a95 authored by Gaëtan Montury's avatar Gaëtan Montury
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent a8c0740b
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -66,10 +66,7 @@ spec:
      type: boolean
      default: false
    pylint-args:
      description: Additional [pylint CLI options](http://pylint.pycqa.org/en/latest/user_guide/run.html#command-line-options)
      default: ''
    pylint-files:
      description: Files or directories to analyse
      description: [pylint CLI options and arguments](http://pylint.pycqa.org/en/latest/user_guide/run.html#command-line-options)
      default: '.'
    pylint-severity:
      description: The minimum [pylint message level](https://pylint.readthedocs.io/en/latest/user_guide/messages/#messages-categories) that will fail the job (lower severity findings will appear as a non-failing warning)
@@ -204,12 +201,9 @@ spec:
      type: boolean
      default: false
    mypy-args:
      description: Additional [mypy CLI options](https://mypy.readthedocs.io/en/stable/command_line.html)
      default: "--exclude /.cache/ --exclude /.venv/"  
      description: [mypy CLI options and arguments](https://mypy.readthedocs.io/en/stable/command_line.html)
      default: "--exclude /.cache/ --exclude /.venv/ ."  
      # As of October 2025, we should normally want to use --exclude-gitignore, but the option was added too recently  
    mypy-files:
      description: Files or directories to analyse
      default: '.'
    pyright-enabled:
      description: Enable pyright
      type: boolean