Skip to content

Commit

Permalink
Merge pull request #3 from mundialis/fix_typos
Browse files Browse the repository at this point in the history
.pylintrc: fix typos
  • Loading branch information
neteler authored Oct 31, 2023
2 parents 22e6e96 + bd7fa4f commit a723568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ recursive=yes # Default: False

# To disable more rules, see output of pylint. E.g.
# [...] C0301: Line too long (89/80) (line-too-long)
# can be surpressed with either disable=line-too-long or disable=C
# can be suppressed with either disable=line-too-long or disable=C
# It is also possible to ignore a specific line by adding
# # pylint: disable=broad-exception-caught
# above the line causing the lint error
disable=
W, ; all Warnings are allowed to fail
import-error, ; To surpress e.g "Unable to import 'grass.script"
import-error, ; To suppress e.g "Unable to import 'grass.script"
missing-module-docstring, ; we use the GRASS GIS header
R, ; refactoring + design recommendations

Expand Down

0 comments on commit a723568

Please sign in to comment.