diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c91a77..42d2f33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.18 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index 176257b..a739d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ Source = "https://github.com/ukaea/PyVMCON" [project.optional-dependencies] test = ["pytest"] -dev = ["pre-commit", "ty==0.0.38"] +dev = ["pre-commit", "ty==0.0.52"] docs = [ "Sphinx>=6.1", "sphinxcontrib-mermaid>=0.9", @@ -48,7 +48,7 @@ ignore = [ "D213", "D401", "COM812", - "PLR", + "PLR0913", "N818", "N803", "N806",