Update pre-commit

This commit is contained in:
Simon Conseil
2022-12-11 18:05:41 +01:00
parent 9cd25ea1ee
commit 0d70f3a1d0
3 changed files with 3 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ repos:
exclude: ".*(galleria|photoswipe|jquery|leaflet).*$"
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
@@ -22,7 +22,7 @@ repos:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black