Skip to content

Commit

Permalink
feat: Version up mypy, pre-commit, pyright, ruff (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin authored Oct 21, 2023
1 parent c922dfb commit 8279897
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ exclude_also = [
[tool.rye]
managed = true
dev-dependencies = [
"mypy~=1.5.1",
"pre-commit>=3.4.0",
"mypy~=1.6.1",
"pre-commit>=3.5.0",
"pyproject-fmt>=1.2.0",
"pyright~=1.1.329",
"ruff~=0.0.292",
"pyright~=1.1.332",
"ruff~=0.1.1",
"tox~=4.11.3",
"tox-rye @ git+https://github.com/bluss/[email protected]",
"typer[all]>=0.9.0",
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ iniconfig==2.0.0
markdown-it-py==3.0.0
mdurl==0.1.2
multidict==6.0.4
mypy==1.5.1
mypy==1.6.1
mypy-extensions==1.0.0
natsort==8.4.0
nodeenv==1.8.0
packaging==23.2
parameterized==0.9.0
platformdirs==3.11.0
pluggy==1.3.0
pre-commit==3.4.0
pre-commit==3.5.0
pycparser==2.21
pydantic==1.10.13
pygithub==2.1.1
Expand All @@ -51,15 +51,15 @@ pyjwt==2.8.0
pynacl==1.5.0
pyproject-api==1.6.1
pyproject-fmt==1.2.0
pyright==1.1.329
pyright==1.1.332
pytest==7.4.2
pytest-cov==4.1.0
pytest-recording==0.13.0
python-dateutil==2.8.2
pyyaml==6.0.1
requests==2.31.0
rich==13.6.0
ruff==0.0.292
ruff==0.1.1
shellingham==1.5.3
six==1.16.0
sniffio==1.3.0
Expand Down

0 comments on commit 8279897

Please sign in to comment.