We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81337d commit 7e56049Copy full SHA for 7e56049
.github/workflows/lint-python.yml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- run: pip install --user ruff
16
- - run: ruff format=github --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
+ - run: ruff --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .
0 commit comments