diff --git a/ci_scripts/flake8_linter_check.ini b/.flake8 similarity index 100% rename from ci_scripts/flake8_linter_check.ini rename to .flake8 diff --git a/ci_scripts/flake8_syntax_check.ini b/ci_scripts/flake8_syntax_check.ini deleted file mode 100644 index 55e470e00..000000000 --- a/ci_scripts/flake8_syntax_check.ini +++ /dev/null @@ -1,14 +0,0 @@ -[flake8] - -## Check syntax errors and fail the build if any are found. -exclude = - ../monkey/monkey_island/cc/ui -select = - E901, - E999, - F821, - F822, - F823 -count = True -show-source = True -statistics = True