You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Allow package as an imperative verb in D401 (#356)
If a docstring starts with "Package" it's probably something like:
```python
"""Package the files into a tarball."""
```
So don't flag it in D401.
Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
0 commit comments