Remove pylint from the project
This commit is contained in:
parent
100fac659a
commit
9196c88ed4
25 changed files with 9 additions and 172 deletions
|
|
@ -1,5 +1,4 @@
|
|||
"""Test the `Location` class."""
|
||||
# pylint:disable=no-self-use
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
@ -97,7 +96,6 @@ class TestSpecialMethods:
|
|||
|
||||
def test_compare_utm_coordinates_to_themselves(self, location):
|
||||
"""Test `Location.__eq__()`."""
|
||||
# pylint:disable=comparison-with-itself
|
||||
result = location == location # noqa:WPS312
|
||||
|
||||
assert result is True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue