diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f7e54d3..8ec5968a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,14 +27,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.4.9 hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index e1c41dee..a425022c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,5 +85,5 @@ lint.pylint.max-returns = 7 lint.pylint.max-statements = 54 [tool.codespell] -ignore-words-list = "dekstop,nwe,wahtever,yello" +ignore-words-list = "dekstop,assertin,nwe,wahtever,yello" skip = "./.*"