From 524af8fde2f3b098aecbe5ecb7b51e1c3faffedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 7 Nov 2024 10:04:21 +0100 Subject: [PATCH] chore(ci): sync pre-commit configuration --- .deepsource.toml | 2 +- .pre-commit-config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.deepsource.toml b/.deepsource.toml index 7fc8fbde8..b37cdbcac 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,6 +1,6 @@ version = 1 [[analyzers]] -name = "python" enabled = true +name = "python" runtime_version = "3.x.x" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe05b21c5..a73f4d68d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,14 @@ repos: - repo: meta hooks: - id: check-hooks-apply + - id: check-useless-excludes - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.14.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] + - id: pretty-format-toml + args: [--autofix] - repo: https://github.com/executablebooks/mdformat rev: 0.7.18 hooks: