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 a0c78ff commit 3c4eab3Copy full SHA for 3c4eab3
.github/workflows/linting.yml
@@ -38,8 +38,7 @@ jobs:
38
python -m venv ftorch
39
. ftorch/bin/activate
40
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
41
- pip install fortitude-lint
42
- pip install ruff
+ pip install -r requirements.txt
43
44
# Run CMake build to get compile commands for clang
45
- name: FTorch CMake
requirements.txt
@@ -0,0 +1,4 @@
1
+ruff==0.7.3
2
+fortitude-lint
3
+clang-format==19.1.3
4
+clang-tidy==19.1.0
0 commit comments