Commit 8331b434d2d40e44d47d0611a9bd4123ee14c28d

Authored by Matheus de Sousa Faria
1 parent 395aa3ee

Flake8: Excluding intetional syntax error in tests

- We had to create a file with syntax error to test a function

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
setup.cfg
1 1 [flake8]
2   -exclude = **/migrations/*,**/urls.py
  2 +exclude = **/migrations/*,**/urls.py,colab/utils/tests/settings_with_syntax_error.py
... ...