Skip to content

Commit

Permalink
🔧(linter:pydocstyle) ignore development folders
Browse files Browse the repository at this point in the history
Linting development folders is a useless time and resource consumption.
  • Loading branch information
jmaupetit committed Jan 11, 2023
1 parent cc9ff08 commit ce76bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ backend-ldp =
requests>=2.0.0
backend-mongo =
pymongo[srv]>=4.0.0
backend-s3 =
backend-s3 =
boto3>=1.24.70
botocore>=1.27.71
backend-swift =
Expand Down Expand Up @@ -119,7 +119,7 @@ exclude =

[pydocstyle]
convention = google
match_dir = ^(?!tests).*
match_dir = ^(?!tests|venv|build|scripts).*
match = ^(?!(setup)\.(py)$).*\.(py)$

[isort]
Expand Down

0 comments on commit ce76bf5

Please sign in to comment.