Skip to content

Fix all executable lint issues

Duncan Macleod requested to merge github/fork/duncanmmacleod/chmod-executable into main

This PR fixes the following flake8-executable-discovered lint issues:

  • remove any bogus shebangs from modules (1)
  • remove executable permissions from modules (4)

Merge request reports