Navigation Menu

Skip to content

Commit

Permalink
[Python: flake8] Update the .flake8 config file to remove non-existen…
Browse files Browse the repository at this point in the history
…t files.
  • Loading branch information
Ross Bayer committed Feb 8, 2020
1 parent 7b88f71 commit d4eaf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Expand Up @@ -6,11 +6,12 @@ filename =
./benchmark/scripts/Benchmark_Driver,
./benchmark/scripts/Benchmark_DTrace.in,
./benchmark/scripts/Benchmark_GuardMalloc.in,
./benchmark/scripts/Benchmark_QuickCheck.in,
./benchmark/scripts/Benchmark_RuntimeLeaksRunner.in,
./benchmark/scripts/run_smoke_bench,

./docs/scripts/ns-html2rst,

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

./utils/80+-check,
Expand All @@ -30,7 +31,6 @@ filename =
./utils/recursive-lipo,
./utils/round-trip-syntax-test,
./utils/rth,
./utils/run-remote,
./utils/run-test,
./utils/scale-test,
./utils/submit-benchmark-results,
Expand Down

0 comments on commit d4eaf90

Please sign in to comment.