Skip to content

Commit

Permalink
Use Ruff instead of multiple tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 3, 2024
1 parent 18c686e commit 61fec84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 1 addition & 6 deletions prospector_profile_duplicated/prospector.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
inherits:
- duplicated:black
- duplicated:isort
- duplicated:pyupgrade
- duplicated:pylint
- duplicated:docformatter
- duplicated:autoflake
- duplicated:pydocstyle
- duplicated:ruff
9 changes: 9 additions & 0 deletions prospector_profile_duplicated/ruff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
inherits:
- duplicated:black
- duplicated:isort
- duplicated:pyupgrade
- duplicated:autoflake

bandit:
disable:
- B110 # Try, Except, Pass detected.

0 comments on commit 61fec84

Please sign in to comment.