Skip to content

Commit d3d322a

Browse files
committed
chore: upgrade & bump
1 parent e5e7488 commit d3d322a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drf-kit"
3-
version = "1.8.2"
3+
version = "1.8.3"
44
description = "DRF Toolkit"
55
authors = ["eduK <[email protected]>"]
66
packages = [
@@ -35,13 +35,13 @@ ignore = "migrations"
3535
load-plugins = "pylint_django"
3636

3737
[tool.pylint.messages_control]
38-
disable = "C0330, C0326, C0114, C0115, C0116, W0212, W0511, W0613, W1203, W0221, R0901, R0903, R0913, R0201, R0801, R0401, R0904, R0914, R0911"
38+
disable = "C0330, C0326, C0114, C0115, C0116, W0212, W0511, W0613, W1203, W0221, R0901, R0903, R0913, R0201, R0801, R0401, R0904, R0914, R0911, R0912"
3939

4040
[tool.pylint.format]
4141
max-line-length = "120"
4242

4343
[tool.pylint.basic]
44-
good-names= "i, j, k, m, n, dt, db, pk, tz, qs, ex, _"
44+
good-names = "i, j, k, m, n, dt, db, pk, tz, qs, ex, _"
4545

4646

4747
[build-system]

0 commit comments

Comments
 (0)