Page MenuHomePhabricator

Relax the version regex for `ArcanistFlake8Linter`.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:16 AM.
Tags
None
Referenced Files
F19616341: D9174.id21789.diff
Feb 4 2026, 2:40 AM
F19511761: D9174.id21791.diff
Jan 12 2026, 7:19 AM
F19504754: D9174.id21791.diff
Jan 9 2026, 6:41 AM
F19504753: D9174.id21789.diff
Jan 9 2026, 6:41 AM
F18772060: D9174.diff
Oct 9 2025, 12:01 AM
F18396460: D9174.id21789.diff
Aug 29 2025, 12:18 PM
Unknown Object (File)
May 9 2025, 8:54 AM
Unknown Object (File)
May 9 2025, 8:54 AM
Subscribers

Details

Summary

As noticed by @epriestley in D9060, flake8 --version can emit a string like "2.0" rather than the expected "2.0.0".

Test Plan

Uninstalled my existing version of flake8 (v2.1.0) and installed a prior version (pip install flake8==2.0.0). Ran flake8 --version and inspected the output.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Relax the version regex for `ArcanistFlake8Linter`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence added a subscriber: epriestley.
epriestley updated this revision to Diff 21791.
epriestley edited edge metadata.

Closed by commit rARCb4b6a33d2a8d (authored by @joshuaspence, committed by @epriestley).