Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prospector-profile-duplicated

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prospector-profile-duplicated

Profile that can be used to disable the duplicated or conflict rules between Prospector and other tools

  • 1.9.0
  • PyPI
  • Socket score

Maintainers
1

Prospector profile duplicate

Profile that can be used to disable the duplicated or conflict rules between Prospector tools and also external tools like and Black, isort and docformatter.

The profile considers that you are using Pylint, pyupgrade, Black, isort, docformatter and autoflake and remove conflict or duplicate with them.

Usage

inherits:
  # Get All
  - duplicated
  # Get for individual tools
  - duplicated:black
  - duplicated:isort
  - duplicated:pyupgrade
  - duplicated:pylint
  - duplicated:docformatter
  - duplicated:autoflake

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc