diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-04-19 05:28:42 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-21 17:58:41 +0200 |
commit | c33799f69e7eb42cb0ab4735c7e878d74faca16a (patch) | |
tree | 979d9182af70a735f5b531f370360f081f0e8749 /.pylintrc | |
parent | 6bd4f5f19928cd2783defca0316bcb6bbc042cd2 (diff) |
webmap-import: Break down into separate modules.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,4 +5,3 @@ max-locals = 50 max-branches = 25 max-statements = 100 max-nested-blocks = 10 -max-module-lines = 2000 |