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 1def3db commit fbfb885Copy full SHA for fbfb885
1 file changed
.github/workflows/main.yml
@@ -25,10 +25,10 @@ jobs:
25
run: pip install --no-cache-dir -U pip ruff
26
27
- name: Lint and security check with Ruff
28
- run: ruff check pyproxy tests benchmark
+ run: ruff check pyproxy tests
29
30
- name: Check code formatting with Ruff
31
- run: ruff format --check pyproxy tests benchmark
+ run: ruff format --check pyproxy tests
32
33
unittest:
34
needs: code-scan
0 commit comments