We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce5c73 commit 6f3041aCopy full SHA for 6f3041a
1 file changed
.pre-commit-config.yaml
@@ -39,14 +39,6 @@ repos:
39
- id: ruff-format
40
exclude: ^source/3rdparty
41
types_or: [python, pyi, jupyter]
42
- - repo: https://github.com/pycqa/flake8
43
- # flake8 cannot autofix
44
- rev: "7.3.0"
45
- hooks:
46
- - id: flake8
47
- additional_dependencies:
48
- - torchfix==0.7.0
49
- - flake8-pyproject==1.2.3
50
# numpydoc
51
- repo: https://github.com/Carreau/velin
52
rev: 0.0.12
0 commit comments