Skip to content

Commit

Permalink
Fix flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Nov 29, 2022
1 parent bb51e46 commit e12d0e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .flake8
Expand Up @@ -3,9 +3,10 @@
max-line-length = 88

extend-ignore =
D107, # Missing docstring in __init__
# Missing docstring in __init__
D107

per-file-ignores =
per-file-ignores =
# TODO: Incrementally add missing docstrings
# D100 Missing docstring in public module
# D101 Missing docstring in public class
Expand Down

0 comments on commit e12d0e3

Please sign in to comment.