Skip to content

Commit

Permalink
chore: update pre-commit config (#1499)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Jan 6, 2022
1 parent 28f9dad commit 8c1f773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ repos:
- id: isort

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.30.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==21.11b1
black==21.12b0
isort==5.10.1
pre-commit==2.16.0
flake8==4.0.1

0 comments on commit 8c1f773

Please sign in to comment.