Skip to content

Commit

Permalink
Ask pylint to target Python2.7
Browse files Browse the repository at this point in the history
This isn't perfect, but it's better than not having it.  We should
ideally build with the lowest supported Python, but this makes it
easier to run pylint during development without switching venvs.
  • Loading branch information
da4089 committed Mar 28, 2024
1 parent 6670e72 commit 992b8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ version = {attr = "vobject.__version__"}
[tool.pylint.format]
max-line-length = "88"
disable = ["C0103", "C0301"]
py-version = "2.7"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 992b8b7

Please sign in to comment.