Skip to content

Commit

Permalink
add freezing behavior interface
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Oct 8, 2024
1 parent 07c378d commit b342866
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 124 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include = ["*"]

[tool.black]
line-length = 120
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
target-version = ['py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'
extend-exclude = '''
/(
Expand Down
Loading

0 comments on commit b342866

Please sign in to comment.