diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a68081c9..974c92a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: exclude: CHANGELOG.md - repo: https://github.com/JoC0de/pre-commit-prettier - rev: v3.8.3 + rev: v3.9.4 hooks: - id: prettier files: \.(json|yml|yaml|toml) @@ -57,7 +57,7 @@ repos: args: ["--print-width=120"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.20 hooks: - id: ruff args: ["--fix"] @@ -70,7 +70,7 @@ repos: - id: sphinx-lint - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.25.1 hooks: - id: pyproject-fmt additional_dependencies: [tox] diff --git a/pyproject.toml b/pyproject.toml index 5eefe048..449e7d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,14 +91,14 @@ lint.mccabe.max-complexity = 10 lint.pydocstyle.convention = "google" [tool.codespell] -# skip = '*.py' -quiet-level = 3 - # comma separated list of words; waiting for: # https://github.com/codespell-project/codespell/issues/2839#issuecomment-1731601603 # also adding links until they ignored by its: nature # https://github.com/codespell-project/codespell/issues/2243#issuecomment-1732019960 # ignore-words-list = "" +# skip = "*.py" +quiet-level = 3 + [tool.docformatter] recursive = true # this need to be shorter as some docstings are r"""...