Skip to content

Small pre-commit config changes

Nathan Hertz requested to merge small-precommit-configs into main
  • Black configuration option: --target-version py38 to target Python 3.8
  • isort configuration option: --treat-all-comment-as-code to ignore comments when it reformats
    • Avoids the issue Janet kept bringing up about pylint ignore comments being moved below imports

Merge request reports