We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac23923 commit d827e2aCopy full SHA for d827e2a
pyproject.toml
@@ -61,6 +61,9 @@ Documentation = "https://geoip2.readthedocs.org/"
61
# contain deps.
62
extend-exclude = '^/src/'
63
64
+[tool.pylint."MESSAGES CONTROL"]
65
+disable = "duplicate-code"
66
+
67
[tool.ruff.lint]
68
select = ["ALL"]
69
ignore = [
setup.cfg
@@ -1,6 +1,3 @@
1
[flake8]
2
# black uses 88 : ¯\_(ツ)_/¯
3
max-line-length = 88
4
-
5
-[pylint.message_control]
6
-disable = duplicate-code
0 commit comments