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

checks: Pylint 3 config #143

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

checks: Pylint 3 config #143

wants to merge 20 commits into from

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    e47bd56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4f39c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f14ed17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46e3cf3 View commit details
    Browse the repository at this point in the history
  5. DEBUG: Configure Pyright type checker

    DEBUG: VSCode settings clean pure json syntax errors
    echoix committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0a4432d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0d3788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9eb292c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbe98eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2df925c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f24b77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bcc4e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d66170f View commit details
    Browse the repository at this point in the history
  13. grass.jupyter.utils: Fix pylint redefined-variable-type (R0204) of ou…

    …tput variable
    
    Pylint 3.2.6 error: R0204: Redefinition of output type from bytes to grass.script.utils.KeyValue (redefined-variable-type)
    
    Adds typing to the function analyzed, and also to the return type of the gs.parse_key_val() used.
    echoix committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9d0e7a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be09d3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94471d5 View commit details
    Browse the repository at this point in the history
  16. DEBUG: Clear pylint config

    DEBUG: Reset Pylint config to defaults
    echoix committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4638e0c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1692fab View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    0075177 View commit details
    Browse the repository at this point in the history
  2. CQ: Set pylint ignore-paths to ignore libgrass_interface_generator an…

    …d OBJ.* folders, and ignore Makefiles
    echoix committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    2580f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af2cfa View commit details
    Browse the repository at this point in the history