Skip to content

Commit 4adeab8

Browse files
authored
Merge pull request #29693 from Rostepher/lint-all-python
[NFC][Python] Update the .flake8 config file to lint all existing Python scripts.
2 parents b074c7a + 29a7edd commit 4adeab8

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)