Skip to content

Commit

Permalink
Update Prospector config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 3, 2025
1 parent 6824aaa commit c8a59cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inherits:
- utils:base
- utils:fix
- utils:no-design-checks

ignore-patterns:
- ^tilecloud/scripts/tc_.*.py
- ^examples/.*.py
Expand All @@ -16,9 +17,7 @@ pylint:
mypy:
options:
python-version: '3.10'

ruff:
disable:
- D102 # Missing docstring in public method
- D107 # Missing docstring in `__init__`
options:
target-version: py310

0 comments on commit c8a59cd

Please sign in to comment.