Commit c544f41
Configure Neovim and pre-commit to run flake8 and pylint (IBM#1339)
* Configure Neovim (and pre-commit) to run flake8 and pylint
Signed-off-by: Jonathan Springer <[email protected]>
* Adjust Makefile to match to GitHub CI/CD (ish).
Signed-off-by: Jonathan Springer <[email protected]>
* Add black to the pre-commit linters
Signed-off-by: Jonathan Springer <[email protected]>
* fix: Warnings are revealing improperly built tests.
Signed-off-by: Jonathan Springer <[email protected]>
* chore: add markdown config to nvim for LazyVim
Signed-off-by: Jonathan Springer <[email protected]>
* fix: Create a lightweight pre-commit configuration to support Make tests and build check
Signed-off-by: Jonathan Springer <[email protected]>
* fix: correct uv pre-commit command in Makefile
The pre-commit target was using 'uv pre-commit run' which is not a valid
uv subcommand. Changed to 'uv run pre-commit run' to properly invoke the
pre-commit tool through uv's run command.
Signed-off-by: Mihai Criveti <[email protected]>
---------
Signed-off-by: Jonathan Springer <[email protected]>
Signed-off-by: Mihai Criveti <[email protected]>
Co-authored-by: Mihai Criveti <[email protected]>
Signed-off-by: p4yl04d3r <[email protected]>1 parent 2b76b88 commit c544f41
File tree
5 files changed
+601
-42
lines changed- .github/workflows
5 files changed
+601
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
134 | 139 | | |
135 | 140 | | |
136 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| 21 | + | |
13 | 22 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 193 | | |
199 | 194 | | |
200 | 195 | | |
| |||
371 | 366 | | |
372 | 367 | | |
373 | 368 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
380 | 375 | | |
381 | 376 | | |
382 | 377 | | |
| |||
418 | 413 | | |
419 | 414 | | |
420 | 415 | | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
428 | 423 | | |
429 | 424 | | |
430 | 425 | | |
| |||
0 commit comments