Skip to content

Commit

Permalink
Merge pull request #1583 from camptocamp/prospector-profile
Browse files Browse the repository at this point in the history
Use the new Prospector profile to avoid conflict or duplicated
  • Loading branch information
sbrunner authored Aug 23, 2023
2 parents 1ad740a + f88fa74 commit 09dddb3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .prospector.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inherits:
- duplicated
strictness: veryhigh
doc-warnings: false
max-line-length: 110
Expand All @@ -17,7 +19,6 @@ pylint:
- too-many-locals
- too-many-nested-blocks
- too-few-public-methods
- wrong-import-order
- no-else-return
- abstract-method
- invalid-name
Expand All @@ -27,7 +28,6 @@ pylint:

pycodestyle:
disable:
- E203
- E501

mypy:
Expand Down
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ types-requests = "2.31.0.1"
pycairo = "1.24.0"
Shapely = "2.0.1"

[tool.poetry.group.dev.dependencies]
prospector-profile-duplicated = "0.1.0"

[build-system]
requires = [
"poetry-core>=1.3.0",
Expand Down

0 comments on commit 09dddb3

Please sign in to comment.