diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-04-18 14:00:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-19 19:25:20 +0200 |
commit | 6bd4f5f19928cd2783defca0316bcb6bbc042cd2 (patch) | |
tree | a805f5fdd603776c20bc159729e8d01b5adca08f /.pylintrc | |
parent | 75eccbb389bf5e8c841e68c2e81854f22d72bad0 (diff) |
webmap-import: Major refactoring.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ max-locals = 50 max-branches = 25 max-statements = 100 max-nested-blocks = 10 +max-module-lines = 2000 |