Skip to content

Commit

Permalink
Fixes config.py flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 28, 2018
1 parent 0709ce5 commit f5a830e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wemake_python_styleguide/options/config.py
Expand Up @@ -22,12 +22,12 @@ class Configuration(object):
We support the following options:
- `max-returns` - maximum allowed number of `return` statements in one function,
defaults to ``MAX_RETURNS``
- `max-local-variables` - maximum allowed number of local variables in one function,
defaults to ``MAX_LOCAL_VARIABLES``
- `max-expressions` - maximum allowed number of expressions in one function,
defaults to ``MAX_EXPRESSIONS``
- `max-returns` - maximum allowed number of ``return``
statements in one function, defaults to ``MAX_RETURNS``
- `max-local-variables` - maximum allowed number of local
variables in one function, defaults to ``MAX_LOCAL_VARIABLES``
- `max-expressions` - maximum allowed number of expressions
in one function, defaults to ``MAX_EXPRESSIONS``
- `max-arguments` - maximum allowed number of arguments in one function,
defaults to ``MAX_ARGUMENTS``
Expand Down

0 comments on commit f5a830e

Please sign in to comment.