Merge pull request #57 from ewjoachim/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Joachim Jablon
2022-12-14 22:56:07 +01:00
committed by GitHub

View File

@@ -10,12 +10,12 @@ repos:
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: "22.10.0"
rev: "22.12.0"
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
rev: "5.11.1"
hooks:
- id: isort
@@ -31,7 +31,7 @@ repos:
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade
rev: "v3.3.0"
rev: "v3.3.1"
hooks:
- id: pyupgrade