Skip to content

Commit ae1d001

Browse files
committed
remove_unneeded_script
1 parent 68cc760 commit ae1d001

File tree

3 files changed

+4
-172
lines changed

3 files changed

+4
-172
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ exclude =
1515
build,
1616
# This contains builds that we don't want to check
1717
dist # This is generated with `python build .` for package releases
18+
scripts/tune
1819
# max-complexity = 10

pyrightconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
"pythonVersion": "3.10",
2020
},
2121
],
22+
"exclude": [
23+
"scripts/tune"
24+
]
2225
}

scripts/tune/tune_quality_swag.py

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)