Skip to content

Commit 68e5d8b

Browse files
committed
Remove prettier alpha and dlint for flake8
1 parent a0c822e commit 68e5d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-yaml
1313
- id: requirements-txt-fixer
1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v3.0.0-alpha.4
15+
rev: v2.7.1
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: flake8 # E***, W***, F***
5454
additional_dependencies:
55-
- dlint # DUO***
55+
# - dlint # DUO***
5656
- flake8-2020 # YTT***
5757
- flake8-bugbear # B***
5858
- flake8-builtins # A***

0 commit comments

Comments
 (0)