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 49c410e commit 315795cCopy full SHA for 315795c
.github/workflows/python-package.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install -r requirements.txt
24
python -m pip install requests-toolbelt ruff mypy typing_extensions types-networkx types-requests pytest numpy
25
- name: Lint with Ruff
26
- run: ruff --output-format=github .
+ run: ruff check --output-format=github .
27
- run: |
28
mypy metafold
29
mypy --check-untyped-defs tests/test_func.py
0 commit comments