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 0e1e3cc commit ab81955Copy full SHA for ab81955
gyp/.github/workflows/Python_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Lint with flake8
32
run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics
33
- name: Lint with ruff # See pyproject.toml for settings
34
- run: flake8 .
+ run: ruff .
35
- name: Test with pytest # See pyproject.toml for settings
36
run: pytest
37
# - name: Run doctests with pytest
0 commit comments