dev: update lint dependencies

pull/2303/head
Emilio López 10 months ago
parent 5d140f771d
commit 5035c799a4
  1. 2
      pyproject.toml
  2. 4
      setup.py

@ -1,5 +1,5 @@
[tool.black] [tool.black]
target-version = ["py36"] target-version = ["py38", "py39", "py310", "py311", "py312"]
line-length = 100 line-length = 100
[tool.pylint.messages_control] [tool.pylint.messages_control]
disable = """ disable = """

@ -24,8 +24,8 @@ setup(
], ],
extras_require={ extras_require={
"lint": [ "lint": [
"black==22.3.0", "black==24.1.1",
"pylint==2.13.4", "pylint==3.0.3",
], ],
"test": [ "test": [
"pytest", "pytest",

Loading…
Cancel
Save