Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 18, 2024
1 parent c4047eb commit 766af41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
exclude = examples/tasks/*, examples/*/tasks/*, _kaggle/*

max-line-length = 88
extend-ignore = E203
4 changes: 2 additions & 2 deletions src/soorgeon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def _test(filename, output_filename):
error_suggestion_dict = {
"ModuleNotFoundError": "Some packages are missing, please install them "
"with 'pip install {package-name}'\n",
"AttributeError": "AttributeErrors might be due to changes in the libraries "
"you're using.\n",
"AttributeError": "AttributeErrors might be due to changes in the "
"libraries you're using.\n",
"SyntaxError": "There are syntax errors in the notebook.\n",
}
for error, suggestion in error_suggestion_dict.items():
Expand Down

0 comments on commit 766af41

Please sign in to comment.