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 7192416 commit 49d5a94Copy full SHA for 49d5a94
.github/workflows/test.yml
@@ -44,6 +44,16 @@ jobs:
44
- name: uv tree
45
run: uv tree
46
47
+ #----------------------------------------------
48
+ #---- Linting and Static Analysis
49
50
+
51
+ - name: 🔎 Run Ruff
52
+ run: uv run ruff check . # Or 'ruff format --check .' if you want formatting checks
53
54
+ - name: 🐍 Mypy Static Type Checker
55
+ run: uv run mypy .
56
57
#----------------------------------------------
58
#---- Pre-Checks
59
0 commit comments