Skip to content

Commit

Permalink
relax pre-commit version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Dec 5, 2024
1 parent 7fe6c1f commit cd55f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ Documentation = "https://aiida-kkr.readthedocs.io"

[project.optional-dependencies]
pre-commit = [
"pre-commit==4.0.1",
"yapf==0.43.0",
"pylint==1.9.4; python_version<'3.0'",
"pylint==3.3.1; python_version>='3.0'",
"pre-commit >= 4.0.1",
"yapf >= 0.43.0",
"pylint == 1.9.4; python_version < '3.0'",
"pylint >= 3.3.1; python_version >= '3.0'",
]
testing = [
"pgtest >= 1.3.0",
Expand Down

0 comments on commit cd55f5a

Please sign in to comment.