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: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
language_version: python3.7 language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v4.3.0
hooks: hooks:
- id: check-shebang-scripts-are-executable - id: check-shebang-scripts-are-executable
- id: check-toml - id: check-toml