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 9cfd5b7 commit 5d69dc4Copy full SHA for 5d69dc4
.github/workflows/python.yml
@@ -11,7 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- run: pip install --user ruff
14
- - run: ruff --format=github --ignore=F401 --target-version=py38 .
15
pytest:
16
strategy:
17
fail-fast: false
0 commit comments