Skip to content

Increase allowed line length and disable "Import untyped" MYPY check

Cage, Gregory requested to merge 2-relax-precommit-checks into main

Summary of Changes

  • Increases allowed line length to 120.
  • Disable "Import Untyped" MYPY check that was causing issues for third-party libraries.
  • Added hint on how to exclude files from checks.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #2 (closed)

Edited by Yakubov, Sergey

Merge request reports