Skip to content

Commit

Permalink
build: removing useless rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Apr 11, 2024
1 parent 340f829 commit aaac05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[MASTER]
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
disable=C0301,C0116,W0718
disable=C0301,C0114,C0115,C0116,W0718

0 comments on commit aaac05d

Please sign in to comment.