Skip to content

Commit

Permalink
chore: pin mypy and pylint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 2, 2024
1 parent b0c21aa commit a36060c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ test = [
dev = [
"isort",
"black",
"mypy~=1.5",
"mypy==1.8.0",
"types-PyYAML~=6.0",
"pylint~=3.0",
"pylint==3.0.3",
"bump-my-version~=0.15"
]
docs = [
Expand Down

0 comments on commit a36060c

Please sign in to comment.