Page MenuHomePhabricator

Adding configurability for flake8
AbandonedPublic

Authored by lewis.f.chung on Sep 18 2014, 8:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jul 7 2026, 8:21 AM
Unknown Object (File)
Jul 4 2026, 5:23 AM
Unknown Object (File)
Jul 4 2026, 5:23 AM
Unknown Object (File)
Jul 2 2026, 2:49 AM
Unknown Object (File)
Jul 1 2026, 9:41 PM
Unknown Object (File)
Jun 1 2026, 7:31 AM
Unknown Object (File)
Jun 1 2026, 4:04 AM
Unknown Object (File)
Apr 17 2026, 10:25 PM
Subscribers

Details

Summary

PEP8 (http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length) has specified that
teams can reach an agreement to increase nominal line length to 100 characters. Exposing
a way to specify flake8 config gives teams that flexibility among other configurable
options.

Test Plan

confirmed working on my box.

Diff Detail

Repository
rARC Arcanist
Branch
lewis-add-flake8-configuration
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 2569
Build 2573: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
0 mstestPHPLint
0 mstestCSSLintLinter
0 mstestCoffeeLintLinter
0 mstestFixLetterCase
0 mstestFlake8Lint
View Full Test Results (1 Failed · 18 Passed · 8 Skipped)

Event Timeline

lewis.f.chung retitled this revision from to Adding configurability for flake8.
lewis.f.chung updated this object.
lewis.f.chung edited the test plan for this revision. (Show Details)
lewis.f.chung added a reviewer: epriestley.

Can you just use the existing flags option to add --config=...?

didn't realize that was what it was doing. i'll use that instead.