Update pre-commit config after software update

This commit is contained in:
Carsten Grohmann 2022-11-08 21:14:39 +01:00
parent bd9d4190f3
commit 32bdbdf317

View File

@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.3.0
hooks:
- id: check-shebang-scripts-are-executable
- id: check-toml