Skip to content

Commit 6727f16

Browse files
[pre-commit.ci] pre-commit autoupdate (#341)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4314bf3 commit 6727f16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.12.0
4+
rev: 23.1.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]

tests/test_pytest_mock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ class MetaFoo(type):
419419
pass
420420

421421
class Foo:
422-
423422
__metaclass__ = MetaFoo
424423

425424
@classmethod

0 commit comments

Comments
 (0)