Skip to content

Commit

Permalink
ignore missing docstrings for magic methods
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Feb 4, 2021
1 parent dcd022f commit 89c7f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ max-line-length = 88
ignore = W503, E121, E126, E211, E225, E501, E203, E402, F401, F811, E231,
D100, # ignore missing docstrings in public module
D104, # ignore missing docstrings in public package
D105, # ignore missing docstrings in magic methods
docstring-convention = google


Expand Down

0 comments on commit 89c7f2a

Please sign in to comment.