Skip to content

Commit

Permalink
Merge pull request #10 from arnab39/add/docstring_check
Browse files Browse the repository at this point in the history
[Add] docstring check
  • Loading branch information
arnab39 authored Mar 13, 2024
2 parents e8731fa + e48995b commit d23067c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ repos:
rev: 7.0.0
hooks:
- id: flake8
## You can add flake8 plugins via `additional_dependencies`:
# additional_dependencies: [flake8-bugbear]
additional_dependencies: [flake8-docstrings]

## Check for misspells in documentation files:
# - repo: https://github.com/codespell-project/codespell
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ formats = bdist_wheel
[flake8]
# Some sane defaults for the code style checker flake8
max_line_length = 130
extend_ignore = E203, W503, E401, E501, E741, E266
extend_ignore = E203, W503, E401, E501, E741, E266, D100, D107, D400, D401
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
exclude =
Expand Down

0 comments on commit d23067c

Please sign in to comment.