There was an error while loading. Please reload this page.
1 parent eae161f commit 4a74fbeCopy full SHA for 4a74fbe
1 file changed
.github/workflows/tests.yml
@@ -22,7 +22,8 @@ jobs:
22
- uses: astral-sh/ruff-action@v4.1.0
23
with:
24
args: "check --select=E,F,PLC,PLE,UP,W,YTT --ignore=E721,PLC0206,PLC0415,PLC1901,S101,UP031 --target-version=py39"
25
- - run: ruff format --check --diff
+ # Do not ruff format gyp example code in markdown files.
26
+ - run: ruff format --check --diff --config="extend-exclude=['README.md', 'docs/Linking-to-OpenSSL.md']"
27
28
lint-js:
29
name: Lint JS
0 commit comments