Skip to content

Commit 4c8c1f5

Browse files
srdeotarseneiljp
authored andcommitted
lint-all: Add generate_hotkeys script to lint-all.
'./tools/lint-all' will also lint hotkeys.
1 parent 9f9e651 commit 4c8c1f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/lint-all

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ tools = {
1919
"Type consistency (mypy)": "./tools/run-mypy",
2020
"PEP8 & more (flake8)": ["flake8"] + python_sources,
2121
"Formatting (black)": ["black", "--check"] + python_sources,
22+
"Hotkey linting & docs sync check": [
23+
"./tools/generate_hotkeys.py",
24+
"--check-only",
25+
],
2226
}
2327

2428
for tool_name, command in tools.items():

0 commit comments

Comments
 (0)