chore: remove redundant pylint python-version configuration
This commit is contained in:
parent
9f14d462f7
commit
9e5e0c4d67
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ django-settings-module="base.settings"
|
||||||
[tool.pylint.main]
|
[tool.pylint.main]
|
||||||
ignore-paths = ["^\\\\.venv|^/.venv"]
|
ignore-paths = ["^\\\\.venv|^/.venv"]
|
||||||
ignore-patterns = ["^\\.#"]
|
ignore-patterns = ["^\\.#"]
|
||||||
py-version = "3.11"
|
|
||||||
source-roots = ["rotini"]
|
source-roots = ["rotini"]
|
||||||
suggestion-mode = true
|
suggestion-mode = true
|
||||||
|
|
||||||
|
|
Reference in a new issue