Skip to content

Commit 10a5b58

Browse files
feat: finishing #4258 in parts (#4263)
1 parent 09c2f4a commit 10a5b58

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,4 @@ repos:
2020
rev: v2.3.0
2121
hooks:
2222
- id: trailing-whitespace
23-
- id: check-yaml
2423
- id: end-of-file-fixer
25-
26-
- repo: local
27-
hooks:
28-
- id: black
29-
name: black
30-
entry: python -m black
31-
args: [--skip-string-normalization, --config, ./pyproject.toml]
32-
language: system
33-
types: [python]
34-
35-
- id: flake8
36-
name: flake8
37-
entry: python -m flake8
38-
language: system
39-
types: [python]

0 commit comments

Comments
 (0)