Skip to content

Commit

Permalink
remove prospector refs
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Nov 7, 2023
1 parent 94b002b commit 9e8b228
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
50 changes: 0 additions & 50 deletions .prospector.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ coverage report

## Linting

We use [prospector](https://pypi.org/project/prospector/) with pyroma for linting. For running it locally, use `prospector` or `prospector <filepath_or_folderpath>` for specific files/folders.
We use [ruff](https://docs.astral.sh/ruff/) for linting, sorting imports and formatting code. The configurations of `ruff` are set in [pyproject.toml](pyproject.toml) file.

## Versioning

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ dependencies = [
# development dependency groups
test = [
"pytest >= 7.4.0",
"pylint <= 2.17.5",
"prospector[with_pyroma] <= 1.10.2",
"bump2version",
"coverage",
"pycodestyle",
Expand Down

0 comments on commit 9e8b228

Please sign in to comment.