Skip to content

Commit 8f79420

Browse files
authored
Update Chore (#44)
1 parent 3b0c977 commit 8f79420

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

pdm.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ version = {use_scm = true}
3333
[tool.pdm.dev-dependencies]
3434
lint = [
3535
"black>=22.3.0",
36-
"pylint>=2.13.5",
36+
"pylint>=2.13.7",
3737
"isort>=5.10.1",
3838
]
3939
test = [
@@ -60,6 +60,7 @@ profile = "black"
6060

6161
[tool.pylint.messages_control]
6262
disable = "C0330, C0326"
63+
disable = "logging-fstring-interpolation"
6364
extension-pkg-whitelist = "pydantic"
6465

6566
[tool.pylint.format]

0 commit comments

Comments
 (0)