mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-20 22:15:55 +03:00
10 lines
131 B
Text
10 lines
131 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements-per-line": [2, { "max": 2 }],
|
|
"no-magic-numbers": 0
|
|
}
|
|
}
|