Skip to content

Commit a088bef

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.2.0](PyCQA/flake8@6.0.0...7.2.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 3398c36 commit a088bef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: trailing-whitespace
66
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
1414
- id: fix-byte-order-marker
1515
- id: mixed-line-ending
1616
- repo: https://github.com/psf/black
17-
rev: 23.1.0
17+
rev: 25.1.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.0.0
21+
rev: 7.2.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: ['flake8-pyproject', 'flake8-docstrings', 'darglint']

teamtalk/message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""This module contains the Message class and its subclasses."""
22

3-
43
from .implementation.TeamTalkPy import TeamTalk5 as sdk
54

65

teamtalk/statistics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Server statistics module for Teamtalk."""
2+
23
from .implementation.TeamTalkPy import TeamTalk5 as sdk
34
from ._utils import _get_tt_obj_attribute
45

0 commit comments

Comments
 (0)