diff --git a/pages/common/flake8.md b/pages/common/flake8.md index e189976544..5bea501e9e 100644 --- a/pages/common/flake8.md +++ b/pages/common/flake8.md @@ -11,9 +11,9 @@ `flake8 --show-source {{path/to/file_or_directory}}` -- Lint a file or directory recursively and ignore a list of rules. (All available rules can be found at flake8rules.com): +- Lint a file or directory recursively and ignore a list of rules. (All available rules can be found at ): -`flake8 --ignore {{rule1,rule2}} {{path/to/file_or_directory}}` +`flake8 --ignore {{rule1,rule2,...}} {{path/to/file_or_directory}}` - Lint a file or directory recursively but exclude files matching the given globs or substrings: