mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 04:56:54 +00:00
Add more docstrings and fix lint errors
This commit is contained in:
parent
5903576732
commit
8c872c4bb9
9 changed files with 13 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -1,3 +1,4 @@
|
|||
"""Packaging logic for Flake8."""
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import with_statement
|
||||
import setuptools
|
||||
|
|
@ -25,6 +26,7 @@ if mock is None:
|
|||
|
||||
|
||||
def get_long_description():
|
||||
"""Generate a long description from the README and CHANGES files."""
|
||||
descr = []
|
||||
for fname in ('README.rst', 'CHANGES.rst'):
|
||||
with open(fname) as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue