We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c0429 commit 2d4aeccCopy full SHA for 2d4aecc
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.9.10'
+ rev: 'v0.11.2'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
scim2_models/rfc7643/schema.py
@@ -3,7 +3,7 @@
from enum import Enum
from typing import Annotated
from typing import Any
-from typing import List # noqa : UP005
+from typing import List # noqa : UP005,UP035
from typing import Literal
8
from typing import Optional
9
from typing import Union
0 commit comments