hpc / charliecloud

Now hosted on GitLab.
https://gitlab.com/charliecloud/main
Apache License 2.0
313 stars 61 forks source link

Pylint: check line length #1868

Open reidpr opened 6 months ago

reidpr commented 6 months ago

Split from #1860. Pylint: C0301 line-too-long

https://github.com/hpc/charliecloud/blob/d67937332094a7d8de8e9bd2e112d30d117c50c0/lib/build_cache.py#L112-L114

The default is 100 and all the triggering lines are URLs, which shouldn’t be wrapped.

To make this happen, I think we need to:

  1. Configure the max length to 79.
  2. Somehow exclude URLs.