Skip to content

Commit

Permalink
Remove pycln hook from pre-commit-config.yaml util v0.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Oct 2, 2020
1 parent 847f71c commit ca7ef69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
repos:
- repo: https://github.com/hadialqattan/pycln
rev: stable # To specify a release: https://github.com/hadialqattan/pycln/tags
hooks:
- id: pycln
args: [--config=pyproject.toml]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
Expand Down
4 changes: 0 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [0.0.1-alpha.1] - 2020-10-02

### Added

- [Add Pycln hook to `pre-commit-config.yaml` by @hadialqattan](https://github.com/hadialqattan/pycln/pull/12)

### Changed

- [Handle multiple paths by @hadialqattan](https://github.com/hadialqattan/pycln/pull/12)
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ pytest-randomly = "^3.4.1"
oschmod = "^0.3.9"

# Pre-commit hooks related config.
[tool.pycln]
all = true

[tool.isort]
line_length = 88
multi_line_output = 3
Expand Down

0 comments on commit ca7ef69

Please sign in to comment.