[Python-modules-commits] [python-flake8] 08/09: d/flake8.1: Updated for new release
Ondřej Nový
onovy at moszumanska.debian.org
Thu Nov 17 13:48:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit 39566eed6c37d622d41289c37bf8e261e5eee7a2
Author: Ondřej Nový <onovy at debian.org>
Date: Thu Nov 17 14:45:04 2016 +0100
d/flake8.1: Updated for new release
---
debian/changelog | 1 +
debian/flake8.1 | 15 ++++++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1b6b199..99b4d8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-flake8 (3.2.0-1) UNRELEASED; urgency=medium
Removed, applied upstream
* Removed dfsg rebuild of source tarball, not needed anymore
* d/control: Fixed deps for new release
+ * d/flake8.1: Updated for new release
-- Ondřej Nový <onovy at debian.org> Thu, 17 Nov 2016 14:19:44 +0100
diff --git a/debian/flake8.1 b/debian/flake8.1
index b6dd86d..825c699 100644
--- a/debian/flake8.1
+++ b/debian/flake8.1
@@ -1,9 +1,16 @@
-.TH FLAKE8 "1" "August 2016"
+.TH FLAKE8 "1" "November 2016"
.SH NAME
flake8 \- code checker using pycodestyle and pyflakes
.SH SYNOPSIS
.B flake8
[\fIoptions\fR] \fIinput \fR...
+.SH DESCRIPTION
+.sp
+\fBflake8\fP is a command\-line utility for enforcing style consistency across
+Python projects. By default it includes lint checks provided by the PyFlakes
+project, PEP\-0008 inspired style checks provided by the PyCodeStyle project,
+and McCabe complexity checking provided by the McCabe project. It will also
+run third\-party extensions if they are found and installed.
.SH OPTIONS
.TP
\fB\-\-version\fR
@@ -94,6 +101,9 @@ available to use. (Default: auto)
\fB\-\-output\-file\fR=\fI\,OUTPUT_FILE\/\fR
redirect report to a file.
.TP
+\fB\-\-tee\fR
+write to stdout and output\-file.
+.TP
\fB\-\-append\-config\fR=\fI\,APPEND_CONFIG\/\fR
provide extra config files to parse in addition to the
files found by Flake8 by default. These files are the
@@ -113,6 +123,9 @@ print benchmark information about this run of Flake8
.TP
\fB\-\-max\-complexity\fR=\fI\,MAX_COMPLEXITY\/\fR
McCabe complexity threshold
+
+\fB\-\-bug\-report\fR
+print information necessary when preparing a bug report
.TP
\fB\-\-builtins\fR=\fI\,BUILTINS\/\fR
define more built\-ins, comma separated
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list