Skip to content

Commit

Permalink
Move pylint exception to .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
virhe committed Dec 11, 2023
1 parent 923cc62 commit 7f2ce64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[MAIN]
load-plugins = pylint.extensions.docparams
ignore=tests, main.py
ignore=tests, main.py, AppLibrary.py

[MESSAGE CONTROL]

Expand Down
2 changes: 0 additions & 2 deletions src/AppLibrary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pylint: skip-file

from repositories.cite_repository import CiteRepository
from services.logic import Logic
from tests.stubs.stub_io import StubIO
Expand Down

0 comments on commit 7f2ce64

Please sign in to comment.