Compare commits
No commits in common. "f1735c879d31b1a9e5cd14b3872d9a9d2b02a246" and "9b71af1c75577a3fb9c896c04874c3631ef9fc1c" have entirely different histories.
f1735c879d
...
9b71af1c75
@ -14,7 +14,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: setup-cfg-fmt
|
- id: setup-cfg-fmt
|
||||||
- repo: https://github.com/asottile/reorder-python-imports
|
- repo: https://github.com/asottile/reorder-python-imports
|
||||||
rev: v3.13.0
|
rev: v3.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
args: [--py38-plus, --add-import, 'from __future__ import annotations']
|
args: [--py38-plus, --add-import, 'from __future__ import annotations']
|
||||||
@ -34,7 +34,7 @@ repos:
|
|||||||
args: [--py38-plus]
|
args: [--py38-plus]
|
||||||
exclude: tests
|
exclude: tests
|
||||||
- repo: https://github.com/hhatto/autopep8
|
- repo: https://github.com/hhatto/autopep8
|
||||||
rev: v2.2.0
|
rev: v2.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
@ -367,7 +367,7 @@ class Setting:
|
|||||||
return self.argparse_args, self.filter_argparse_kwargs()
|
return self.argparse_args, self.filter_argparse_kwargs()
|
||||||
|
|
||||||
|
|
||||||
class TypedNS():
|
class TypedNS(Namespace):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
raise TypeError('TypedNS cannot be instantiated')
|
raise TypeError('TypedNS cannot be instantiated')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user