Skip to content

Commit

Permalink
chore: Turn off pylint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdonenfeld committed Oct 31, 2022
1 parent 16d58e9 commit af5efcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ repos:
require_serial: true
language: system
types: [ python ]
# load-plugins=pylint.extensions.docparams,pylint.extensions.docstyle,pylint.extensions.broad_try_clause,pylint.extensions.code_style
args:
[
"-rn", # Only display messages
"-sn", # Don't display the score
"--rcfile .pylintrc", # Link to your config file
"--rcfile=.pylintrc", # Link to your config file
"--exit-zero"
]
- id: py.test
name: py.test
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[MAIN]
suggestion-mode=yes
load-plugins=pylint.extensions.docparams,pylint.extensions.docstyle,pylint.extensions.broad_try_clause,pylint.extensions.code_style

[MESSAGES CONTROL]
disable = duplicate-code, import-error, missing-docstring, multiple-imports, trailing-newlines
Expand Down

0 comments on commit af5efcc

Please sign in to comment.