Skip to content

Commit

Permalink
fix: patch the flakehell extended default ignore error
Browse files Browse the repository at this point in the history
Until flakehell/flakehell#10 is fixed

perf: Change the overview name for the package name, so it's better seen
  • Loading branch information
lyz-code committed Apr 23, 2021
1 parent 791d967 commit f8a801e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_name: {{ cookiecutter.project_name }}
site_author: Lyz
site_url: https://{{ cookiecutter.github_user }}.github.io/{{ cookiecutter.project_slug }}
nav:
- Overview: index.md
- {{ cookiecutter.project_name }}: index.md
- Reference: reference.md
- Contributing: contributing.md
- Architecture Decision Records:
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ format = "grouped"
max_line_length = 88
show_source = true
docstring-convention = "google"
extended_default_ignore=[] # Until https://github.com/flakehell/flakehell/issues/10 is solved

[tool.flakehell.plugins]
flake8-aaa = ["+*"]
Expand Down

0 comments on commit f8a801e

Please sign in to comment.