File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ [mypy]
2+ strict = True
3+ files = src/
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ frozenlist==1.7.0
2020 # aiosignal
2121idna == 3.10
2222 # via yarl
23- multidict == 6.6.3
23+ multidict == 6.6.4
2424 # via
2525 # aiohttp
2626 # yarl
2727propcache == 0.3.2
2828 # via
2929 # aiohttp
3030 # yarl
31- typing-extensions == 4.14.1
31+ typing-extensions == 4.15.0
3232 # via aiosignal
3333websocket-client == 1.8.0
3434 # via -r requirements.in
You can’t perform that action at this time.
0 commit comments