Skip to content

Commit 8d1c934

Browse files
committed
Move pylint config to pyproject.toml
1 parent a817916 commit 8d1c934

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Documentation = "https://geoip2.readthedocs.org/"
6161
# contain deps.
6262
extend-exclude = '^/src/'
6363

64+
[tool.pylint."MESSAGES CONTROL"]
65+
disable = "duplicate-code"
66+
6467
[tool.ruff.lint]
6568
select = ["ALL"]
6669
ignore = [

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[flake8]
22
# black uses 88 : ¯\_(ツ)_/¯
33
max-line-length = 88
4-
5-
[pylint.message_control]
6-
disable = duplicate-code

0 commit comments

Comments
 (0)