Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio committed Apr 7, 2023
1 parent a36d6b6 commit 3e6b8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# E265 -> comment block should start with '# '
# Cause : Avoid error with nbdev commands: #|
[flake8]
ignore = E402,F401,F403,F405,E265
ignore = E402,F401,F403,F405,E265
2 changes: 1 addition & 1 deletion nbs/07_qa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"Run the following snippet in your terminal:\n",
"\n",
"```bash\n",
"! nbqa autopep8 nbs/*.ipynb --in-place --ignore E402,F401,F403,F405,E265,W504,E302\n",
"! nbqa autopep8 nbs/*.ipynb --in-place\n",
"```"
]
},
Expand Down

0 comments on commit 3e6b8a4

Please sign in to comment.