Skip to content

Commit

Permalink
refact: remove useless modules + tweak ruff config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Nov 5, 2024
1 parent c4e873c commit c0e3a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
3 changes: 1 addition & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,16 @@ lint.extend-ignore = [
"RET503", # Missing explicit `return` at the end of function able to return non-`None` value
"RET504", # Unnecessary variable assignment before `return` statement
"RET505", # Unnecessary `else` after `return` statement
#
"RUF005", # Consider iterable unpacking instead of concatenation
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
#
"S104", # Possible binding to all interfaces
"S301", # `pickle`...
"S403", # `pickle`, `cPickle`, `dill`, and `shelve` modules are possibly insecure
"S404", # `subprocess` module is possibly insecure
"S405", # lxml` is vulnerable to XML attacks
"S603", # Subprocess related...
"S605", # Subprocess related...
"S606", # Subprocess related...
"S607", # Subprocess related...
"S701", # By default, jinja2 sets `autoescape` to `False`.
#
Expand Down
115 changes: 0 additions & 115 deletions src/abilian/sbe/boot.py

This file was deleted.

0 comments on commit c0e3a5f

Please sign in to comment.