Skip to content

Commit b18a502

Browse files
skip files for pylint
1 parent 58fde54 commit b18a502

File tree

6 files changed

+6
-18
lines changed

6 files changed

+6
-18
lines changed

tests/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Pytest configuration and shared fixtures."""
2-
3-
# pylint: disable=import-error
1+
# pylint: skip-file
42

53
import sys
64
import os

tests/test_avatars.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Comprehensive tests for main.py avatars functionality."""
2-
3-
# pylint: disable=import-error, wrong-import-position
1+
# pylint: skip-file
42

53
import sys
64
import os

tests/test_images.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Tests for PyAvatar/images.py module."""
2-
3-
# pylint: disable=import-error, wrong-import-position
1+
# pylint: skip-file
42

53
import sys
64
import os

tests/test_integration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Integration tests for PyAvatar application."""
2-
3-
# pylint: disable=import-error, wrong-import-position
1+
# pylint: skip-file
42

53
import sys
64
import os

tests/test_links.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Tests for PyAvatar/links.py module."""
2-
3-
# pylint: disable=import-error, wrong-import-position
1+
# pylint: skip-file
42

53
import sys
64
import os

tests/test_main_pytest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""Pytest-style tests for main.py."""
2-
3-
# pylint: disable=import-error, wrong-import-position, redefined-outer-name
1+
# pylint: skip-file
42

53
import sys
64
import os

0 commit comments

Comments
 (0)