Skip to content

Commit

Permalink
Merge pull request #28 from rtaycher/patch-1
Browse files Browse the repository at this point in the history
fix spelling in setup.cfg
  • Loading branch information
jerry-git committed Nov 29, 2022
2 parents 939ec0f + 76da356 commit d724452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_slug}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ignore =
A003,
# flake8-bugbear
# fastapi recommends to use `Depend()` as an argument default.
# Unfortuantely, exceptions are hardcoded in bugbear.
# Unfortunately, exceptions are hardcoded in bugbear.
# https://github.com/PyCQA/flake8-bugbear/issues/62
B008,

Expand All @@ -32,6 +32,7 @@ per-file-ignores =
*/__init__.py: F401

# Enables maccabe complexity checks
# see https://github.com/PyCQA/mccabe#plugin-for-flake8
max-complexity = 10

exclude = .git,__pycache__,old,build,dist,.venv,.eggs,.tox

0 comments on commit d724452

Please sign in to comment.