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

Run Pylint on test_shapefile.py, suppress W0212 for now, and make changes to silence other warnings from it #303

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    9cc86e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    dca3b84 View commit details
    Browse the repository at this point in the history
  2. Fix some Pylint warnings. Silence W0212 in config using pylint_per_fi…

    …le_ignore. Give credit.
    
    Requiring pytest >= 3.7 means pathib2 will always be available.
    
    Pylint needs the deps installed, of the files it checks
    
    Dedupe pip install
    
    Setup pylint in CI
    JamesParrott committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    31798da View commit details
    Browse the repository at this point in the history