Arthur Deierlein
|
44e8ac645f
|
chore: make ruff happy
the import is not needed, was previously used for type annotations
|
2024-12-17 22:59:04 +01:00 |
|
Arthur Deierlein
|
c6c3b35f52
|
run ruff check . --unsafe-fixes --fix
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
d9c370c6ae
|
format with black
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
ab19b52d5b
|
run ruff check --fix
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
503999ddca
|
update black workflow (formatter not a linter)
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
f6c852c478
|
format with black
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
eee015033a
|
add back lgtm imperative
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
8dc9bd037d
|
add fixme to windows/netscan plugin
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
0b4d595bac
|
don't use bare except in windows netscan plugin
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
d95c32b25a
|
run ruff check --fix
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
6283ab6a1a
|
adjust SMBHandler import to use redundat alias
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
1c0d0b086a
|
use redundant import aliases instead of __all__ and noqa's
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
53133f4478
|
fix codeQL error
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
ccd3e8f367
|
move python version check into its own module
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
2119b8c7b8
|
fix framework/__init__
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
c33e378c84
|
chore(framework/__init__): move up imports
|
2024-12-17 22:55:39 +01:00 |
|
Arthur Deierlein
|
2e093c1a53
|
chore(framework/automagic/linux): convert lambda to function
|
2024-12-17 22:55:38 +01:00 |
|
Arthur Deierlein
|
75a324ddba
|
chore(developement/schema_validate): move logging import up
|
2024-12-17 22:55:38 +01:00 |
|
Arthur Deierlein
|
e708a62eef
|
make ruff happy
|
2024-12-17 22:55:38 +01:00 |
|
Arthur Deierlein
|
a63ea662f4
|
apply unsafe fixes (ruff check --unsafe-fixes --fix)
|
2024-12-17 22:55:38 +01:00 |
|
Arthur Deierlein
|
ad7daafc50
|
linted with ruff (ruff check . --fix)
|
2024-12-17 22:55:38 +01:00 |
|
Arthur Deierlein
|
8e9b719a16
|
use ruff for linting and enforce linting via ci
|
2024-12-17 22:53:05 +01:00 |
|
Arthur Deierlein
|
a2b96c0dc0
|
fix: dont use / for compat
|
2024-11-22 11:46:59 +01:00 |
|
Arthur Deierlein
|
b93d5b7c13
|
update docs
|
2024-11-22 11:23:56 +01:00 |
|
Arthur Deierlein
|
1abb4cc881
|
comply with xdg base directory spec by using XDG_CACHE_HOME if its set
|
2024-11-22 11:13:21 +01:00 |
|