@@ -33,41 +33,41 @@ repos:
3333- repo : https://github.com/psf/black
3434 rev : 23.1.0
3535 hooks :
36- - id : black
37- types_or : [python, cython]
36+ - id : black
37+ types_or : [python, cython]
3838- repo : https://github.com/PyCQA/flake8
3939 rev : 5.0.4
4040 hooks :
41- - id : flake8
42- args : [--max-line-length=88, --select=C,E,F,W,B,B950, --extend-ignore = E203,E501]
43- types_or : [python, cython]
41+ - id : flake8
42+ args : [--max-line-length=88, --select=C,E,F,W,B,B950, --extend-ignore = E203,E501]
43+ types_or : [python, cython]
4444- repo : https://github.com/pre-commit/mirrors-clang-format
4545 rev : v16.0.5
4646 hooks :
47- - id : clang-format
48- types_or : [c, c++, cuda, proto, textproto, java]
49- args : ["-fallback-style=none", "-style=file", "-i"]
47+ - id : clang-format
48+ types_or : [c, c++, cuda, proto, textproto, java]
49+ args : ["-fallback-style=none", "-style=file", "-i"]
5050- repo : https://github.com/codespell-project/codespell
5151 rev : v2.2.4
5252 hooks :
53- - id : codespell
54- additional_dependencies : [tomli]
55- args : ["--toml", "pyproject.toml"]
56- exclude : (?x)^(.*stemmer.*|.*stop_words.*|^CHANGELOG.md$)
53+ - id : codespell
54+ additional_dependencies : [tomli]
55+ args : ["--toml", "pyproject.toml"]
56+ exclude : (?x)^(.*stemmer.*|.*stop_words.*|^CHANGELOG.md$)
5757# More details about these pre-commit hooks here:
5858# https://pre-commit.com/hooks.html
5959- repo : https://github.com/pre-commit/pre-commit-hooks
6060 rev : v4.4.0
6161 hooks :
62- - id : check-case-conflict
63- - id : check-executables-have-shebangs
64- - id : check-merge-conflict
65- - id : check-json
66- - id : check-toml
67- - id : check-yaml
68- - id : check-shebang-scripts-are-executable
69- - id : end-of-file-fixer
70- types_or : [c, c++, cuda, proto, textproto, java, python]
71- - id : mixed-line-ending
72- - id : requirements-txt-fixer
73- - id : trailing-whitespace
62+ - id : check-case-conflict
63+ - id : check-executables-have-shebangs
64+ - id : check-merge-conflict
65+ - id : check-json
66+ - id : check-toml
67+ - id : check-yaml
68+ - id : check-shebang-scripts-are-executable
69+ - id : end-of-file-fixer
70+ types_or : [c, c++, cuda, proto, textproto, java, python]
71+ - id : mixed-line-ending
72+ - id : requirements-txt-fixer
73+ - id : trailing-whitespace
0 commit comments