Skip to content

Commit 29a7edd

Browse files
author
Ross Bayer
committed
[Python] Update the .flake8 config file to lint all existing Python scripts.
The utils/dev-scripts/at-to-filelist, utils/dev-scripts/split-cmdline and utils/build-parser-lib scripts needed to be reformatted with the black tool to agree with the linter.
1 parent b826b3c commit 29a7edd

File tree

4 files changed

+522
-338
lines changed

4 files changed

+522
-338
lines changed

.flake8

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ filename =
1515

1616
./utils/80+-check,
1717
./utils/backtrace-check,
18+
./utils/build-parser-lib,
1819
./utils/build-script,
1920
./utils/check-incremental,
2021
./utils/coverage/coverage-build-db,
2122
./utils/coverage/coverage-generate-data,
2223
./utils/coverage/coverage-query-db,
2324
./utils/coverage/coverage-touch-tests,
25+
./utils/dev-scripts/blockifyasm,
26+
./utils/dev-scripts/split-cmdline,
2427
./utils/gyb,
2528
./utils/line-directive,
2629
./utils/PathSanitizingFileCheck,
@@ -39,11 +42,6 @@ filename =
3942
# TODO: We should be linting the lit configs.
4043
#lit.cfg,
4144

42-
# FIXME: We need to be linting these files.
43-
#./utils/build-parser-lib,
44-
#./utils/dev-scripts/blockifyasm,
45-
#./utils/dev-scripts/split-cmdline,
46-
4745
exclude =
4846
.git,
4947
__pycache__,

0 commit comments

Comments
 (0)