Skip to content

Commit d4eaf90

Browse files
author
Ross Bayer
committed
[Python: flake8] Update the .flake8 config file to remove non-existent files.
1 parent 7b88f71 commit d4eaf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ filename =
66
./benchmark/scripts/Benchmark_Driver,
77
./benchmark/scripts/Benchmark_DTrace.in,
88
./benchmark/scripts/Benchmark_GuardMalloc.in,
9+
./benchmark/scripts/Benchmark_QuickCheck.in,
910
./benchmark/scripts/Benchmark_RuntimeLeaksRunner.in,
11+
./benchmark/scripts/run_smoke_bench,
1012

1113
./docs/scripts/ns-html2rst,
1214

13-
./test/Driver/Inputs/fake-toolchain/clang++,
1415
./test/Driver/Inputs/fake-toolchain/ld,
1516

1617
./utils/80+-check,
@@ -30,7 +31,6 @@ filename =
3031
./utils/recursive-lipo,
3132
./utils/round-trip-syntax-test,
3233
./utils/rth,
33-
./utils/run-remote,
3434
./utils/run-test,
3535
./utils/scale-test,
3636
./utils/submit-benchmark-results,

0 commit comments

Comments
 (0)