Skip to content

Commit

Permalink
✨ feat: 0.15.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 authored Dec 18, 2022
2 parents 8a4d904 + f15a9a2 commit 4efb32b
Show file tree
Hide file tree
Showing 22 changed files with 428 additions and 360 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: "5.10.1"
rev: "5.11.1"
hooks:
- id: isort
name: isort (python)
Expand All @@ -22,7 +22,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: "22.10.0"
rev: "22.12.0"
hooks:
- id: black
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.6
3.9.15
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM python:3.9.15

LABEL tech.tomy.docker.tubee="0.14.0"
LABEL maintainer="Tomy Hsieh @tomy0000000"
Expand Down
Loading

0 comments on commit 4efb32b

Please sign in to comment.