Skip to content

Commit deb72a1

Browse files
committed
fix: revert pre-commit conf change
1 parent 2c0a71a commit deb72a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: "3.10"
2+
python: "3.11"
33
repos:
44
- repo: https://github.com/compilerla/conventional-pre-commit
55
rev: v2.4.0

polyfactory/factories/base.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@
8585
from polyfactory.value_generators.constrained_strings import handle_constrained_string_or_bytes
8686
from polyfactory.value_generators.constrained_url import handle_constrained_url
8787
from polyfactory.value_generators.constrained_uuid import handle_constrained_uuid
88-
from polyfactory.value_generators.primitives import create_random_boolean, create_random_bytes, create_random_string
88+
from polyfactory.value_generators.primitives import (
89+
create_random_boolean,
90+
create_random_bytes,
91+
create_random_string,
92+
)
8993

9094
if TYPE_CHECKING:
9195
from typing_extensions import TypeGuard

0 commit comments

Comments
 (0)