Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jan 3, 2022
1 parent a1a7e17 commit d90a165
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -11,7 +11,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -32,6 +32,6 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 21.11b1
rev: 21.12b0
hooks:
- id: black

0 comments on commit d90a165

Please sign in to comment.