update ruff
This commit is contained in:
parent
08b1b9ccd0
commit
9ebd31c894
|
@ -9,7 +9,7 @@ repos:
|
|||
- id: black
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.1
|
||||
rev: v0.5.2
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
|
|
@ -338,7 +338,7 @@ class TestFunctional:
|
|||
"""
|
||||
Metaclass data is preserved.
|
||||
"""
|
||||
assert Meta == type(cls)
|
||||
assert Meta is type(cls)
|
||||
|
||||
@pytest.mark.benchmark()
|
||||
def test_default_decorator(self):
|
||||
|
|
Loading…
Reference in New Issue