Skip to content

Commit

Permalink
Remove pre-commit config (ansible-collections#6804)
Browse files Browse the repository at this point in the history
Remove pre-commit config.
  • Loading branch information
felixfontein authored Jun 28, 2023
1 parent a53bf9d commit c4a2801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
23 changes: 0 additions & 23 deletions .pre-commit-config.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,3 @@ Creating new modules and plugins requires a bit more work than other Pull Reques
listed as `maintainers` will be pinged for new issues and PRs that modify the module/plugin or its tests.

When you add a new plugin/module, we expect that you perform maintainer duty for at least some time after contributing it.

## pre-commit

To help ensure high-quality contributions this repository includes a [pre-commit](https://pre-commit.com) configuration which
corrects and tests against common issues that would otherwise cause CI to fail. To begin using these pre-commit hooks see
the [Installation](#installation) section below.

This is optional and not required to contribute to this repository.

### Installation

Follow the [instructions](https://pre-commit.com/#install) provided with pre-commit and run `pre-commit install` under the repository base. If for any reason you would like to disable the pre-commit hooks run `pre-commit uninstall`.

This is optional to run it locally.

You can trigger it locally with `pre-commit run --all-files` or even to run only for a given file `pre-commit run --files YOUR_FILE`.

0 comments on commit c4a2801

Please sign in to comment.