diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec49dbd..0735734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e512c6b..2ddcebb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index a1500d6..afac1fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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