Skip to content

Commit

Permalink
Merge pull request #163 from sbrunner/dependabot/pip/prospector-1.7.4
Browse files Browse the repository at this point in the history
Bump prospector from 1.6.0 to 1.7.4
  • Loading branch information
sbrunner authored Mar 1, 2022
2 parents 42dc82b + a0735ad commit daac584
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ strictness: veryhigh
max-line-length: 110
doc-warnings: True

pep257:
pydocstyle:
disable:
- D100 # Missing docstring in public module
- D102 # Missing docstring in public method
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scikit-image = "==0.19.2"
pytest = "==7.0.1"
pytest-profiling = "==1.7.0"
coverage = "==6.3.2"
prospector = {extras = ["with_bandit", "with_mypy"], version = "==1.6.0"}
prospector = {extras = ["with_bandit", "with_mypy"], version = "==1.7.4"}
flake8 = "==3.9.2"

[requires]
Expand Down
30 changes: 15 additions & 15 deletions Pipfile.lock

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

0 comments on commit daac584

Please sign in to comment.