Compare commits

..

No commits in common. "f1735c879d31b1a9e5cd14b3872d9a9d2b02a246" and "9b71af1c75577a3fb9c896c04874c3631ef9fc1c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@ -34,7 +34,7 @@ repos:
args: [--py38-plus]
exclude: tests
- repo: https://github.com/hhatto/autopep8
rev: v2.2.0
rev: v2.1.1
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8

View File

@ -367,7 +367,7 @@ class Setting:
return self.argparse_args, self.filter_argparse_kwargs()
class TypedNS():
class TypedNS(Namespace):
def __init__(self) -> None:
raise TypeError('TypedNS cannot be instantiated')