Skip to content

Commit

Permalink
updating mypy to 0.910
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Aug 31, 2021
1 parent 179fdad commit e4de43b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.8.2-alpine
FROM python:3.9.6-alpine

LABEL "maintainer"="Jacobi Petrucciani <jacobi@hackerrank.com>"
LABEL "maintainer"="Jacobi Petrucciani <j@cobi.dev>"

ADD requirements.txt /requirements.txt
ADD entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Jacobi Petrucciani
Copyright (c) 2021 Jacobi Petrucciani

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mypy==0.761
mypy==0.910

0 comments on commit e4de43b

Please sign in to comment.