From 07572eb65710fc4b921d961bfc55ae04cadecded Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 15 Dec 2024 07:59:15 +0300 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 66 ++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d10660b6f9a..8dab84685087 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,41 +12,41 @@ exclude: | |R-package/man/.*Rd$ repos: - # - repo: https://github.com/pre-commit/pre-commit-hooks - # rev: v5.0.0 - # hooks: - # - id: end-of-file-fixer - # - id: trailing-whitespace + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: end-of-file-fixer + - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint rev: v1.35.1 hooks: - id: yamllint args: ["--strict"] - # - repo: https://github.com/pycqa/isort - # rev: 5.13.2 - # hooks: - # - id: isort - # name: isort (python) - # args: ["--settings-path", "python-package/pyproject.toml"] - # - repo: https://github.com/astral-sh/ruff-pre-commit - # # Ruff version. - # rev: v0.7.0 - # hooks: - # # Run the linter. - # - id: ruff - # args: ["--config", "python-package/pyproject.toml"] - # types_or: [python, jupyter] - # # Run the formatter. - # - id: ruff-format - # args: ["--config", "python-package/pyproject.toml"] - # types_or: [python, jupyter] - # - repo: https://github.com/shellcheck-py/shellcheck-py - # rev: v0.10.0.1 - # hooks: - # - id: shellcheck - # - repo: https://github.com/crate-ci/typos - # rev: v1.23.2 - # hooks: - # - id: typos - # args: ["--force-exclude"] - # exclude: (\.gitignore$)|(^\.editorconfig$) + - repo: https://github.com/pycqa/isort + rev: 5.13.2 + hooks: + - id: isort + name: isort (python) + args: ["--settings-path", "python-package/pyproject.toml"] + - repo: https://github.com/astral-sh/ruff-pre-commit + # Ruff version. + rev: v0.7.0 + hooks: + # Run the linter. + - id: ruff + args: ["--config", "python-package/pyproject.toml"] + types_or: [python, jupyter] + # Run the formatter. + - id: ruff-format + args: ["--config", "python-package/pyproject.toml"] + types_or: [python, jupyter] + - repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.10.0.1 + hooks: + - id: shellcheck + - repo: https://github.com/crate-ci/typos + rev: v1.23.2 + hooks: + - id: typos + args: ["--force-exclude"] + exclude: (\.gitignore$)|(^\.editorconfig$)