jxdv
jxdv
Hey, I simplified some of the if statements which makes the code more readable IMO. Also did some PEP8 improvements.
its faster
- remove unused uuid library - remove non-existet params from function docstrings - use f-strings instead of .format() - simplify get_nmap_cmd() according to TODO block (tested) - simplify xml2json() with...
Add Ruff linter for the whole codebase. The pipeline will fail here obviously as the fixes / formatting wasn't applied yet. That will be done in a different PR. Closes...
### Is there an existing feature or issue for this? - [X] I have searched the existing issues ### Expected feature Creating this issue based on the discussion held in...
### Is there an existing feature or issue for this? - [X] I have searched the existing issues ### Expected feature Currently the styling of the python codebase is inconsistent....
CodeQL version 1 has already been deprecated: [deprecation of codeql v1](https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/).