Skip to content

Commit 230a747

Browse files
committed
remove pycln
1 parent 08abb2d commit 230a747

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ repos:
4242
- id: mypy
4343
args:
4444
[--install-types, --non-interactive, --config=pyproject.toml]
45-
- repo: https://github.com/hadialqattan/pycln
46-
rev: v2.4.0
47-
hooks:
48-
- id: pycln
49-
args: [--config=pyproject.toml]
5045
- repo: https://github.com/igorshubovych/markdownlint-cli
5146
rev: v0.43.0
5247
hooks:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,6 @@ filterwarnings = [
916916
line-length = 130
917917
target-version = ['py38']
918918

919-
[tool.pycln]
920-
all = true
921-
922919
[tool.mypy]
923920
mypy_path = "python"
924921
no_implicit_optional = true

0 commit comments

Comments
 (0)