Skip to content

Commit dcb1b4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#75)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8) * [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 95eaa61 commit dcb1b4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
additional_dependencies: ['@commitlint/config-angular']
2626

2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.13.0
28+
rev: 5.13.2
2929
hooks:
3030
- id: isort
3131
additional_dependencies: [toml]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.1.7
34+
rev: v0.1.8
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format

py2puml/parsing/compoundtypesplitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, compound_type_annotation: str, module_name: str):
6767
self.compound_type_annotation = resolved_type_annotations
6868

6969
def get_parts(self) -> Tuple[str]:
70-
'Iteratively splits the type annotation with the different SPLITTING_CHARACTERS'
70+
"Iteratively splits the type annotation with the different SPLITTING_CHARACTERS"
7171

7272
parts = [self.compound_type_annotation]
7373
for splitting_character in SPLITTING_CHARACTERS:

0 commit comments

Comments
 (0)