[flake8]

exclude=
  assets,
  .git,
  nrtk_explorer.egg-info,
  .venv,
  vue-components

ignore =
    # Black and flake8 conflict here
    E203
    E704
    W503
    # Just assume black did a good job with the line lengths
    E501

