Skip to content

Commit

Permalink
DX: remove E402 from default ignored (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor authored Apr 25, 2024
1 parent 64afc87 commit 796e935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compwa_policy/check_dev_files/ruff.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ def __update_per_file_ignores(
if os.path.exists(docs_dir) and os.path.isdir(docs_dir):
key = f"{docs_dir}/*"
default_ignores = {
"E402", # import not at top of file
"INP001", # implicit namespace package
"S101", # `assert` detected
"S113", # requests call without timeout
Expand Down

0 comments on commit 796e935

Please sign in to comment.