Skip to content

Commit 3d8bfe8

Browse files
committed
Updated dependencies
1 parent 214ff77 commit 3d8bfe8

File tree

4 files changed

+840
-792
lines changed

4 files changed

+840
-792
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -15,18 +15,18 @@ repos:
1515
- id: fix-byte-order-marker
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.10.1
18+
rev: v3.19.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [ "--py38-plus", "--keep-runtime-typing" ]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.7.0
24+
rev: 25.1.0
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/asottile/blacken-docs
29-
rev: 1.16.0
29+
rev: 1.19.1
3030
hooks:
3131
- id: blacken-docs
3232
additional_dependencies: [ black ]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: seed-isort-config
3737
- repo: https://github.com/pycqa/isort
38-
rev: 5.12.0
38+
rev: 6.0.1
3939
hooks:
4040
- id: isort
4141
args: [ "--profile", "black", "--filter-files" ]

kafka_connect_api/kafka_connect_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def tasks(self):
161161

162162

163163
class Cluster:
164-
165164
"""
166165
Class to represent the cluster at the top level.
167166

0 commit comments

Comments
 (0)