refactor: use dataclasses vs. NamedTuples
This commit is contained in:
@@ -27,7 +27,7 @@ repos:
|
||||
|
||||
# Autoremoves unused imports
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: v1.3.1
|
||||
rev: v1.3.2
|
||||
hooks:
|
||||
- id: pycln
|
||||
args: [--all]
|
||||
@@ -49,7 +49,7 @@ repos:
|
||||
- id: setup-cfg-fmt
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.942
|
||||
rev: v0.950
|
||||
hooks:
|
||||
- id: mypy
|
||||
name: mypy 3.6 on cibuildwheel/
|
||||
|
||||
Reference in New Issue
Block a user