Remove pylint from the project
This commit is contained in:
parent
100fac659a
commit
9196c88ed4
25 changed files with 9 additions and 172 deletions
|
|
@ -20,8 +20,6 @@ import urban_meal_delivery
|
|||
class TestPEP404Compliance:
|
||||
"""Packaged version identifier is PEP440 compliant."""
|
||||
|
||||
# pylint:disable=no-self-use
|
||||
|
||||
@pytest.fixture
|
||||
def parsed_version(self) -> str:
|
||||
"""The packaged version."""
|
||||
|
|
@ -47,8 +45,6 @@ class TestPEP404Compliance:
|
|||
class TestSemanticVersioning:
|
||||
"""Packaged version follows a strict subset of semantic versioning."""
|
||||
|
||||
# pylint:disable=no-self-use
|
||||
|
||||
version_pattern = re.compile(
|
||||
r'^(0|([1-9]\d*))\.(0|([1-9]\d*))\.(0|([1-9]\d*))(\.dev(0|([1-9]\d*)))?$',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue