Skip to content

Commit

Permalink
Merge pull request #50 from sbrunner/add-more
Browse files Browse the repository at this point in the history
Add 2 more checks to disable
  • Loading branch information
sbrunner authored Feb 13, 2024
2 parents ea0e3d7 + aca45cb commit 484d9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prospector_profile_duplicated/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pydocstyle:

pycodestyle:
disable:
- E124 # closing bracket does not match visual indentation
- E201 # whitespace after '('
- E202 # whitespace before ')'
- E203 # whitespace before ':'
Expand Down
1 change: 1 addition & 0 deletions prospector_profile_duplicated/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pydocstyle:
- D101 # Missing docstring in public class, with: missing-class-docstring
- D102 # Missing docstring in public method, with: missing-function-docstring
- D103 # Missing docstring in public function, with: missing-function-docstring
- N806 # Variable in function should be lowercase, with: invalid-name

pycodestyle:
disable:
Expand Down

0 comments on commit 484d9d7

Please sign in to comment.