Skip to content
Snippets Groups Projects
Unverified Commit 4314e3ed authored by jooola's avatar jooola
Browse files

chore: update pre-commit hooks

parent 474c0182
No related branches found
No related tags found
1 merge request!61chore: update pre-commit hooks
......@@ -24,18 +24,18 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.3
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment