Skip to content

Commit

Permalink
fix: revert pre-commit conf change
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-or committed Oct 16, 2023
1 parent 2c0a71a commit deb72a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: "3.10"
python: "3.11"
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
Expand Down
6 changes: 5 additions & 1 deletion polyfactory/factories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@
from polyfactory.value_generators.constrained_strings import handle_constrained_string_or_bytes
from polyfactory.value_generators.constrained_url import handle_constrained_url
from polyfactory.value_generators.constrained_uuid import handle_constrained_uuid
from polyfactory.value_generators.primitives import create_random_boolean, create_random_bytes, create_random_string
from polyfactory.value_generators.primitives import (
create_random_boolean,
create_random_bytes,
create_random_string,
)

if TYPE_CHECKING:
from typing_extensions import TypeGuard
Expand Down

0 comments on commit deb72a1

Please sign in to comment.