Skip to content

Commit 1ff6974

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 952a685 commit 1ff6974

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mypy.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[mypy]
22
strict = True
3-
files = src/
3+
files = src/
4+
disallow_untyped_decorators = False

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ itsdangerous==2.*,>=2.2.0
3636
# via flask
3737
jinja2==3.*,>=3.1.6
3838
# via flask
39-
markupsafe==3.*,>=3.0.2
39+
markupsafe==3.*,>=3.0.3
4040
# via
4141
# jinja2
4242
# werkzeug

0 commit comments

Comments
 (0)