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]
target-version = ["py36"]
target-version = ["py38", "py39", "py310", "py311", "py312"]
line-length = 100
[tool.pylint.messages_control]
disable = """

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

Loading…
Cancel
Save