From 1beecfbd4c7aa150d299611bc654c6ed4a8747ab Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Fri, 8 May 2020 12:24:56 -0400 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Seunghwa Kang <45857425+seunghwak@users.noreply.github.com> --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cd596737b4..1bb8fbb0d2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you are ready to contribute, jump right to the [Contribute Code](#code) secti __Style Formating Tools:__ * `clang-format` version 8.01+ -* `flake8` version 3.5.0 +* `flake8` version 3.5.0+ @@ -159,4 +159,3 @@ All code must have associate test cases. Code without test will not be accepted -