Skip to content

Commit

Permalink
🚨 fixes for missing super calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Nov 17, 2023
1 parent d6991e5 commit 50d6869
Show file tree
Hide file tree
Showing 27 changed files with 409 additions and 371 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
]

- repo: https://github.com/PyCQA/pylint
rev: v2.17.1
rev: v2.17.7
hooks:
- id: pylint
name: pylint
Expand All @@ -34,7 +34,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.6.1
hooks:
- id: mypy
args: []
Expand Down
Loading

0 comments on commit 50d6869

Please sign in to comment.