remove useless ignores
This commit is contained in:
parent
5ed8019115
commit
650b0051e6
@ -17,7 +17,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# noqa: N801,N806 pylint: disable=invalid-name
|
||||
#pylint: disable=invalid-name
|
||||
|
||||
"""pytest fixtures used by the whole testsuite.
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# noqa: N801,N806 pylint: disable=invalid-name,abstract-method
|
||||
# pylint: disable=invalid-name,abstract-method
|
||||
|
||||
"""Fake objects/stubs."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user