Skip to content

Commit 511e663

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 3f44cd3 commit 511e663

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

commitlint.config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default {
2+
extends: ["@commitlint/config-angular"],
3+
rules: {
4+
"scope-empty": [2, "never"],
5+
"subject-empty": [2, "never"],
6+
"subject-max-length": [0],
7+
"body-leading-blank": [0],
8+
"footer-leading-blank": [0],
9+
"header-max-length": [0],
10+
"scope-case": [0],
11+
"subject-case": [0],
12+
"subject-full-stop": [0],
13+
"type-case": [0],
14+
"type-empty": [0],
15+
},
16+
}

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mypy]
2+
strict = True
3+
files = src/

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ frozenlist==1.7.0
2020
# aiosignal
2121
idna==3.10
2222
# via yarl
23-
multidict==6.6.3
23+
multidict==6.6.4
2424
# via
2525
# aiohttp
2626
# yarl
2727
propcache==0.3.2
2828
# via
2929
# aiohttp
3030
# yarl
31-
typing-extensions==4.14.1
31+
typing-extensions==4.15.0
3232
# via aiosignal
3333
websocket-client==1.8.0
3434
# via -r requirements.in

0 commit comments

Comments
 (0)