Skip to content

Commit b9b529e

Browse files
committed
chore: refurb를 임시로 비활성화
1 parent d299d9e commit b9b529e

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

.pre-commit-config.yaml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,24 @@ repos:
5151
rev: "6.0.1"
5252
hooks:
5353
- id: isort
54-
- repo: https://github.com/dosisod/refurb
55-
rev: v2.0.0
56-
hooks:
57-
- id: refurb
58-
additional_dependencies:
59-
- boto3
60-
- django-constance
61-
- django-cors-headers
62-
- django-environ
63-
- django-extensions
64-
- django-filter
65-
- django-simple-history
66-
- django-stubs[compatible-mypy]
67-
- drf-spectacular
68-
- drf-standardized-errors
69-
- djangorestframework-stubs[compatible-mypy]
70-
- zappa-django-utils
54+
# TODO: https://github.com/dosisod/refurb/issues/372 문제 해소 후 uncomment 필요
55+
# - repo: https://github.com/dosisod/refurb
56+
# rev: v2.0.0
57+
# hooks:
58+
# - id: refurb
59+
# additional_dependencies:
60+
# - boto3
61+
# - django-constance
62+
# - django-cors-headers
63+
# - django-environ
64+
# - django-extensions
65+
# - django-filter
66+
# - django-simple-history
67+
# - django-stubs[compatible-mypy]
68+
# - drf-spectacular
69+
# - drf-standardized-errors
70+
# - djangorestframework-stubs[compatible-mypy]
71+
# - zappa-django-utils
7172
- repo: https://github.com/astral-sh/uv-pre-commit
7273
rev: 0.6.12
7374
hooks:

0 commit comments

Comments
 (0)