Update to hacking 0.10
Update version of hacking. To pass our gates with the new hacking version, remove author tags. Note: hacking needs to be manually synced. Change-Id: I8a4db46a8df2f1e8d1cd22ae6ac421d55ac9ccce
This commit is contained in:
parent
6e7c0ab6c4
commit
f5f53acae8
@ -22,7 +22,6 @@ in the following changes:
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# author: Christian Berendt <berendt@b1-systems.de>
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# copyright: B1 Systems GmbH <info@b1-systems.de>, 2013.
|
||||
# author: Christian Berendt <berendt@b1-systems.de>, 2013.
|
||||
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -16,8 +16,6 @@ to automatically identify and fix typographical errors.
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# author: Christian Berendt <berendt@b1-systems.de>
|
||||
|
||||
# Based on the idea of 'Topy' written by Marti Raudsepp <marti@juffo.org>.
|
||||
# Topy is available on Github at https://github.com/intgr/topy.
|
||||
|
||||
|
@ -5,5 +5,5 @@
|
||||
bashate>=0.2 # Apache-2.0
|
||||
doc8 # Apache-2.0
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking>=0.9.2,<0.10
|
||||
hacking>=0.10.0,<0.11
|
||||
pylint>=1.3.0 # GNU GPL v2
|
||||
|
Loading…
Reference in New Issue
Block a user