Skip to content

Commit

Permalink
chore: add exact pin on black, mypy, and ruff; bump to latest
Browse files Browse the repository at this point in the history
For result stability.
  • Loading branch information
scop committed Mar 28, 2023
1 parent 801f7f0 commit f791aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
extras_require={
'dev': [
'black ~= 23.1.0',
'mypy ~= 1.0',
'black == 23.1.0',
'mypy == 1.1.1',
'nox',
'types-setuptools',
'ruff ~= 0.0.254',
'ruff == 0.0.257',
],
},
)

0 comments on commit f791aa4

Please sign in to comment.