prospector-profile-duplicated


Nameprospector-profile-duplicated JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/sbrunner/prospector-profile-duplicated
SummaryProfile that can be used to disable the duplicated or conflict rules between Prospector and other tools
upload_time2024-04-06 19:05:15
maintainerNone
docs_urlNone
authorStéphane Brunner
requires_pythonNone
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/71/e1/2d5dd6803e91092de3298db8b27ecd5d9886591826661f2344f01c96a54b/prospector_profile_duplicated-1.4.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.4.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": "a54281eae2fe531de14f4914513e5b782c187e69bd4f92d31ebfdd0823a45f1a",
                "md5": "253bed2cb36452c9ed59d24dae9b9ea6",
                "sha256": "67771a31a765dd6d38b81553dfce95bee55c4c1618d262b9907eff73cc52228f"
            },
            "downloads": -1,
            "filename": "prospector_profile_duplicated-1.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "253bed2cb36452c9ed59d24dae9b9ea6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6146,
            "upload_time": "2024-04-06T19:05:14",
            "upload_time_iso_8601": "2024-04-06T19:05:14.888134Z",
            "url": "https://files.pythonhosted.org/packages/a5/42/81eae2fe531de14f4914513e5b782c187e69bd4f92d31ebfdd0823a45f1a/prospector_profile_duplicated-1.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71e12d5dd6803e91092de3298db8b27ecd5d9886591826661f2344f01c96a54b",
                "md5": "8fbe1e8025021b4285e3660b7afd96e8",
                "sha256": "684a7e840d8d5563dcdba8d2bc914e2e6b3c1b33758d03e84d7b0f94db18b009"
            },
            "downloads": -1,
            "filename": "prospector_profile_duplicated-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8fbe1e8025021b4285e3660b7afd96e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3934,
            "upload_time": "2024-04-06T19:05:15",
            "upload_time_iso_8601": "2024-04-06T19:05:15.820599Z",
            "url": "https://files.pythonhosted.org/packages/71/e1/2d5dd6803e91092de3298db8b27ecd5d9886591826661f2344f01c96a54b/prospector_profile_duplicated-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 19:05:15",
    "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"
}
        
Elapsed time: 0.29003s