Roman Solomatin commited on
Commit
840e015
·
unverified ·
1 Parent(s): 7704180
Files changed (1) hide show
  1. .pre-commit-config.yaml +6 -6
.pre-commit-config.yaml CHANGED
@@ -39,12 +39,12 @@ repos:
39
  - id: isort
40
  name: Format imports
41
 
42
- - repo: https://github.com/psf/black
43
- rev: 22.12.0
44
- hooks:
45
- - id: black
46
- name: Format code
47
- additional_dependencies: ['click==8.0.2']
48
 
49
  - repo: https://github.com/astral-sh/ruff-pre-commit
50
  rev: v0.4.4
 
39
  - id: isort
40
  name: Format imports
41
 
42
+ # - repo: https://github.com/psf/black
43
+ # rev: 22.12.0
44
+ # hooks:
45
+ # - id: black
46
+ # name: Format code
47
+ # additional_dependencies: ['click==8.0.2']
48
 
49
  - repo: https://github.com/astral-sh/ruff-pre-commit
50
  rev: v0.4.4