Skip to content

Commit

Permalink
DX: disable Ruff rule E303 in notebooks (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Aug 6, 2024
1 parent 0d670c9 commit 032f4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compwa_policy/check_dev_files/ruff.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def __update_per_file_ignores(
"B018", # useless-expression
"C90", # complex-structure
"D", # pydocstyle
"E303", # too many blank lines, specific for jupyterlab-lsp
"E703", # useless-semicolon
"N806", # non-lowercase-variable-in-function
"N816", # mixed-case-variable-in-global-scope
Expand Down

0 comments on commit 032f4cd

Please sign in to comment.