Skip to content

Commit

Permalink
Merge pull request #34 from ARYAN-NIKNEZHAD/chore/setup-pylint
Browse files Browse the repository at this point in the history
➕  Add and Configure Pylint for code quality checks
  • Loading branch information
sepehr-akbarzadeh authored Aug 15, 2024
2 parents 19fc88e + 6325034 commit 0c92d76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[MASTER]
ignore=tests,docs,build,stubs
persistent=yes
ignore-patterns=^tests/.*, ^docs/.*, ^build/.*, ^stubs/.*

[MESSAGES CONTROL]
disable=C0114,C0115,C0116,R0903

[FORMAT]
max-line-length=88

[DESIGN]
max-args=5

0 comments on commit 0c92d76

Please sign in to comment.