Skip to content

Commit

Permalink
Update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent a238f23 commit f246f04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ urls = {Homepage = "https://aiida-testing.readthedocs.io/"}
requires-python = ">=3.7"
# Note the dependency on setuptools due to pkg_resources
dependencies = [
"aiida-core>=2.0.0,<2.4",
"aiida-core>=2.0.0,<3",
"pytest>=7.0",
"voluptuous~=0.12",
"setuptools",
]

[project.optional-dependencies]
Expand All @@ -56,7 +57,7 @@ testing = [
]
pre_commit = [
"pre-commit",
"pylint~=2.12.2",
"pylint~=3.3.1",
"mypy==1.13",
"types-setuptools==65.7.0.3",
"types-PyYAML",
Expand Down

0 comments on commit f246f04

Please sign in to comment.