# 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
```yaml
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:
```bash
pip install pre-commit
pre-commit install --allow-missing-config
```
Raw data
{
"_id": null,
"home_page": "https://github.com/sbrunner/prospector-profile-duplicated",
"name": "prospector-profile-duplicated",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "St\u00e9phane Brunner",
"author_email": "stephane.brunner@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8c/de/fbcfb5b45c43266abe751b1d881b2c72122453a2c596e3943b932ca285b7/prospector_profile_duplicated-1.8.0.tar.gz",
"platform": null,
"description": "# Prospector profile duplicate\n\nProfile that can be used to disable the duplicated or conflict rules between Prospector tools and also\nexternal tools like and Black, isort and docformatter.\n\nThe profile considers that you are using Pylint, pyupgrade, Black, isort, docformatter and autoflake and remove conflict or duplicate with them.\n\n## Usage\n\n```yaml\ninherits:\n # Get All\n - duplicated\n # Get for individual tools\n - duplicated:black\n - duplicated:isort\n - duplicated:pyupgrade\n - duplicated:pylint\n - duplicated:docformatter\n - duplicated:autoflake\n```\n\n## Contributing\n\nInstall the pre-commit hooks:\n\n```bash\npip install pre-commit\npre-commit install --allow-missing-config\n```\n\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "Profile that can be used to disable the duplicated or conflict rules between Prospector and other tools",
"version": "1.8.0",
"project_urls": {
"Homepage": "https://github.com/sbrunner/prospector-profile-duplicated",
"Repository": "https://github.com/sbrunner/prospector-profile-duplicated"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "16abaf4a64c1dbc719ed358d9c5916553761b0b2fdda0c7cfc71403a8bf43a03",
"md5": "d90844a9c15af160c0f3f5708af0e1ca",
"sha256": "c36ca647848739e1ca52cf220b00ba1fbdf7105217d5534a5bf2e65279ad6011"
},
"downloads": -1,
"filename": "prospector_profile_duplicated-1.8.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d90844a9c15af160c0f3f5708af0e1ca",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 6608,
"upload_time": "2024-11-15T10:35:59",
"upload_time_iso_8601": "2024-11-15T10:35:59.232212Z",
"url": "https://files.pythonhosted.org/packages/16/ab/af4a64c1dbc719ed358d9c5916553761b0b2fdda0c7cfc71403a8bf43a03/prospector_profile_duplicated-1.8.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8cdefbcfb5b45c43266abe751b1d881b2c72122453a2c596e3943b932ca285b7",
"md5": "5bc00330e8a7ff9d6a512b56252415de",
"sha256": "1565109b016fac05c61dbce38b952bfce3ff054d0c5493d1acad1fc8e9909704"
},
"downloads": -1,
"filename": "prospector_profile_duplicated-1.8.0.tar.gz",
"has_sig": false,
"md5_digest": "5bc00330e8a7ff9d6a512b56252415de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4381,
"upload_time": "2024-11-15T10:36:00",
"upload_time_iso_8601": "2024-11-15T10:36:00.542366Z",
"url": "https://files.pythonhosted.org/packages/8c/de/fbcfb5b45c43266abe751b1d881b2c72122453a2c596e3943b932ca285b7/prospector_profile_duplicated-1.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-15 10:36:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sbrunner",
"github_project": "prospector-profile-duplicated",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "prospector-profile-duplicated"
}