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 68cc760 commit ae1d001Copy full SHA for ae1d001
.flake8
@@ -15,4 +15,5 @@ exclude =
15
build,
16
# This contains builds that we don't want to check
17
dist # This is generated with `python build .` for package releases
18
+ scripts/tune
19
# max-complexity = 10
pyrightconfig.json
@@ -19,4 +19,7 @@
"pythonVersion": "3.10",
20
},
21
],
22
+ "exclude": [
23
+ "scripts/tune"
24
+ ]
25
}
scripts/tune/tune_quality_swag.py
0 commit comments