Commit 3966468
committed
style: normalize with ruff and tidy logging/error handling
Apply ruff formatting/import-sorting across the tree and, in the touched
modules, replace bare/silent excepts with except Exception + logging and
route debug/error prints through module loggers. No behavior change.1 parent 22a4a6e commit 3966468
56 files changed
Lines changed: 1035 additions & 1006 deletions
File tree
- pure_auto_codeql
- agents
- codeql_gen_agents
- api
- application
- cli
- config
- core
- information
- prompts
- services
- knowledge_base
- path_selection
- language_adapters
- tools
- utils
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments