Skip to content

Commit

Permalink
Update pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Nov 15, 2022
1 parent a000d58 commit 886e73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ repos:
- id: trailing-whitespace
exclude: README.md
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 886e73b

Please sign in to comment.