Skip to content

Commit 5786d24

Browse files
chore: bump version to v1.1.2
1 parent bd5c558 commit 5786d24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ dev = [
3434

3535
# ==== black ====
3636
[tool.black]
37-
line-length = 119
37+
line-length = 120
3838
target-version = ['py311']
3939

4040

4141
# ==== isort ====
4242
[tool.isort]
4343
profile = "black"
44-
line_length = 119
44+
line_length = 120

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# https://github.com/PyCQA/flake8/issues/234
33
# https://github.com/PyCQA/pycodestyle/issues/813
44
[flake8]
5-
max-line-length = 119
5+
max-line-length = 120
66
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
77
per-file-ignores = __init__.py:F401
88

99
[pycodestyle]
10-
max-line-length = 119
10+
max-line-length = 120
1111
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv

0 commit comments

Comments
 (0)