Skip to content

Commit 2d4aecc

Browse files
committed
chore: dependency upgrade
1 parent b9c0429 commit 2d4aecc

File tree

3 files changed

+400
-242
lines changed

3 files changed

+400
-242
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.9.10'
4+
rev: 'v0.11.2'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]

scim2_models/rfc7643/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from enum import Enum
44
from typing import Annotated
55
from typing import Any
6-
from typing import List # noqa : UP005
6+
from typing import List # noqa : UP005,UP035
77
from typing import Literal
88
from typing import Optional
99
from typing import Union

0 commit comments

Comments
 (0)