diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0480460..a9c45ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: hooks: - id: renovate-config-validator - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.02.21 + rev: 2026.03.15 hooks: - id: validate-pyproject - repo: https://github.com/henryiii/check-sdist diff --git a/pyproject.toml b/pyproject.toml index 19a8718..9583412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,10 +193,13 @@ module = [ "grobid_client.*", # SEE: https://github.com/kermitt2/grobid_client_python/issues/71 "huggingface_hub.*", # SEE: https://github.com/huggingface/huggingface_hub/issues/1662 "jsonschema.*", + "kubernetes.*", # SEE: https://github.com/kubernetes-client/python/issues/2033 + "kubernetes_asyncio.*", # SEE: https://github.com/tomplus/kubernetes_asyncio/issues/261 "lighteval.*", # SEE: https://github.com/huggingface/lighteval/issues/749 "litellm", # SEE: https://github.com/BerriAI/litellm/issues/825 + "mygene", # SEE: https://github.com/biothings/mygene.py/issues/28 "networkx", # SEE: https://github.com/networkx/networkx/issues/3988 - "newrelic.*", # SEE:https://github.com/newrelic/newrelic-python-agent/issues/767 + "newrelic.*", # SEE: https://github.com/newrelic/newrelic-python-agent/issues/767 "openreview", # SEE: https://github.com/openreview/openreview-py/issues/2551 "plotly.*", # SEE: https://github.com/plotly/plotly.py/issues/4927 "pybtex.*", # SEE: https://bitbucket.org/pybtex-devs/pybtex/issues/141/type-annotations @@ -360,6 +363,7 @@ extend-select = [ "B903", "B909", "CPY001", + "D420", "DOC102", "DOC201", "DOC202", @@ -440,6 +444,7 @@ extend-select = [ "PLR0917", "PLR1702", "PLR1708", + "PLR1712", "PLR6104", "PLR6201", "PLR6301", @@ -465,6 +470,7 @@ extend-select = [ "RUF067", "RUF068", "RUF069", + "RUF070", "TC008", "W391", ]