We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9e651 commit 4c8c1f5Copy full SHA for 4c8c1f5
tools/lint-all
@@ -19,6 +19,10 @@ tools = {
19
"Type consistency (mypy)": "./tools/run-mypy",
20
"PEP8 & more (flake8)": ["flake8"] + python_sources,
21
"Formatting (black)": ["black", "--check"] + python_sources,
22
+ "Hotkey linting & docs sync check": [
23
+ "./tools/generate_hotkeys.py",
24
+ "--check-only",
25
+ ],
26
}
27
28
for tool_name, command in tools.items():
0 commit comments