Skip to content

Commit cbe8470

Browse files
dependabot[bot]hf-kkleinKonstantin
authored
build(deps-dev): bump pylint from 3.3.7 to 4.0.4 (#193)
* build(deps-dev): bump pylint from 3.3.7 to 4.0.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.7 to 4.0.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v4.0.4) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump isort from 6.0.1 to 7.0.0 (#190) Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin <[email protected]> * like this? src/transformerbeeclient/models/marktnachricht.py:32:0: C0103: Constant name "_ListOfMarktnachricht" doesn't conform to UPPER_CASE naming style (invalid-name) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin <[email protected]> Co-authored-by: Konstantin <[email protected]>
1 parent 272da74 commit cbe8470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ coverage = [
3333
]
3434
formatting = [
3535
"black==25.12.0",
36-
"isort==6.0.1"
36+
"isort==7.0.0"
3737
]
3838
linting = [
39-
"pylint==3.3.7"
39+
"pylint==4.0.4"
4040
]
4141
packaging = [
4242
"build==1.3.0",

src/transformerbeeclient/models/marktnachricht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class Marktnachricht(BaseModel):
2929
"""
3030

3131

32-
_ListOfMarktnachricht = RootModel(list[Marktnachricht])
32+
_LIST_OF_MARKTNACHRICHT = RootModel(list[Marktnachricht])

0 commit comments

Comments
 (0)