diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..327c496 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +[flake8] +exclude = + docs/conf.py, +max-complexity = 10 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3ae692f..f4c9552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "random_quote_generator" -version = "0.1.0" +version = "2.0.0" description = "" authors = ["Jan Giacomelli "]