Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Small fixes post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 committed Sep 19, 2024
1 parent 120117e commit 781c96b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flask_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Increment versions here according to SemVer
__version__ = "0.6.0"
__version__ = "0.6.1"

from flask_utils.utils import is_it_true
from flask_utils.errors import GoneError
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dev-dependencies = [


[tool.black]
line-length = 119
target-version = ['py311']
line-length = 120
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
/(
Expand All @@ -73,7 +73,7 @@ exclude = '''
'''

[tool.mypy]
python_version = "3.11"
python_version = "3.8"
warn_unused_configs = true
ignore_missing_imports = false
disallow_untyped_defs = true
Expand Down Expand Up @@ -139,7 +139,7 @@ line-length = 120
indent-width = 4

# Assume Python 3.8
target-version = "py311"
target-version = "py38"

[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
Expand Down

0 comments on commit 781c96b

Please sign in to comment.