Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for C901 (0.03 sec)

  1. pyproject.toml

        "C4",  # flake8-comprehensions
        "UP",  # pyupgrade
    ]
    ignore = [
        "E501",  # line too long, handled by black
        "B008",  # do not perform function calls in argument defaults
        "C901",  # too complex
        "W191",  # indentation contains tabs
    ]
    
    [tool.ruff.lint.per-file-ignores]
    "__init__.py" = ["F401"]
    "docs_src/dependencies/tutorial007.py" = ["F821"]
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 22 14:19:56 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🌐 Add Japanese translation for Tutorial - Query Parameters and String Validations. PR [#1901](https://github.com/tiangolo/fastapi/pull/1901) by [@SwftAlpc](https://github.com/SwftAlpc).
    * 🌐 Add Portuguese translation for External Links. PR [#1443](https://github.com/tiangolo/fastapi/pull/1443) by [@Serrones](https://github.com/Serrones).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - google.golang.org/protobuf: v1.28.1 → v1.30.0
    - gopkg.in/gcfg.v1: v1.2.0 → v1.2.3
    - gopkg.in/natefinch/lumberjack.v2: v2.0.0 → v2.2.1
    - gopkg.in/warnings.v0: v0.1.1 → v0.1.2
    - k8s.io/klog/v2: v2.90.1 → v2.100.1
    - k8s.io/kube-openapi: 15aac26 → 2695361
    - k8s.io/utils: a36077c → d93618c
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.1 → v0.1.2
    - sigs.k8s.io/kustomize/api: v0.13.2 → 6ce0bf3
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
Back to top