Skip to content

Commit 50d6869

Browse files
committed
🚨 fixes for missing super calls
1 parent d6991e5 commit 50d6869

27 files changed

+409
-371
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
]
2323

2424
- repo: https://github.com/PyCQA/pylint
25-
rev: v2.17.1
25+
rev: v2.17.7
2626
hooks:
2727
- id: pylint
2828
name: pylint
@@ -34,7 +34,7 @@ repos:
3434
]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.4.1
37+
rev: v1.6.1
3838
hooks:
3939
- id: mypy
4040
args: []

0 commit comments

Comments
 (0)