Skip to content

Commit

Permalink
Stop bundling mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheisens committed Dec 18, 2024
1 parent c20a7a8 commit f4f5ef5
Show file tree
Hide file tree
Showing 2 changed files with 976 additions and 933 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name = "pypi"

[packages]
jsonschema = "==4.23.0"
mypy = "==1.11.0"
gitpython = "==3.1.43"
"ruamel.yaml" = "==0.18.6"
kubernetes = "==27.2.0"
Expand All @@ -32,6 +31,7 @@ types-pyyaml = "==6.0.12.2"
types-requests = "==2.28.2"
twine = "==5.1.1"
types-six = "==1.16.21.4"
mypy = "==1.11.0"
dagit = "==1.2.6"
dagster = "==1.2.6"
pylint = "==3.2.7"
Expand Down
Loading

0 comments on commit f4f5ef5

Please sign in to comment.