[GRASS-git] [OSGeo/grass-addons] e2660e: PEP8 fixes (#426)

Markus Neteler noreply at github.com
Sun Feb 7 04:19:42 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass-addons
  Commit: e2660e3526da3ed5ace4c305e5a91f76bf25cf41
      https://github.com/OSGeo/grass-addons/commit/e2660e3526da3ed5ace4c305e5a91f76bf25cf41
  Author: Markus Neteler <neteler at gmail.com>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M grass7/gui/wxpython/wx.metadata/mdlib/mdeditorfactory.py
    M grass7/imagery/i.nightlights.intercalibration/intercalibration_coefficients.py
    M grass7/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py
    M grass7/raster/r.valley.bottom/r.valley.bottom.py
    M grass7/vector/v.stats/imp_csv.py
    M grass7/vector/v.stats/v.stats.py
    M grass7/vector/v.stream.profiler/v.stream.profiler.py
    M grass7/vector/v.what.rast.multi/v.what.rast.multi.py

  Log Message:
  -----------
  PEP8 fixes (#426)

* PEP8: fix E131: continuation line unaligned for hanging indent

* PEP8: fix E114 indentation is not a multiple of four (comment)

* PEP8: fix E704 multiple statements on one line (def)

* PEP8: fix E704 multiple statements on one line (def)

* PEP8: fix E122: continuation line missing indentation or outdented

* PEP8: fix E131: continuation line unaligned for hanging indent

* PEP8: fix W291: trailing whitespace

* PEP8: fix W291: trailing whitespace

* PEP8: fix E101: indentation contains mixed spaces and tabs

* PEP8: fix E502: the backslash is redundant between brackets




More information about the grass-commit mailing list