Skip to content

Commit bd23c20

Browse files
pre-commit autoupdate (#121)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) * pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
1 parent 43f692c commit bd23c20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.10.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
args:
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/pylint
18-
rev: v3.3.3
18+
rev: v3.3.4
1919
hooks:
2020
- id: pylint
2121
name: pylint
@@ -36,7 +36,7 @@ repos:
3636
args:
3737
- --py37-plus
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.13.2
39+
rev: 6.0.0
4040
hooks:
4141
- id: isort
4242
name: isort

ptbcontrib/roles/roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _set_custom_admin(self, new_admin: "Role") -> None:
164164

165165
@staticmethod
166166
def _parse_child_role(
167-
child_role: Union["Role", List["Role"], Tuple["Role", ...], None]
167+
child_role: Union["Role", List["Role"], Tuple["Role", ...], None],
168168
) -> Set["Role"]:
169169
if child_role is None:
170170
return set()

0 commit comments

Comments
 (0)