Skip to content

Commit

Permalink
specify readmy style & freeze pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Илья Лебедев committed Sep 5, 2019
1 parent bc12ad0 commit 8366376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ flake8-string-format==0.2.3
flake8-per-file-ignores==0.6
flake8-todo==0.7
mypy==0.660
pydocstyle==3.0.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def get_long_description() -> str:
name=package_name,
description='A flake8 extension that checks classes attributes order',
long_description=get_long_description(),
long_description_content_type='text/markdown',
packages=find_packages(),
include_package_data=True,
keywords='flake8',
Expand Down

0 comments on commit 8366376

Please sign in to comment.