Update pre-commit config

This commit is contained in:
Carsten Grohmann 2023-03-14 21:40:03 +01:00
parent 56d519cc8f
commit 2c09e21ae5

View File

@ -1,11 +1,11 @@
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.10.0 rev: 23.1.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: v4.3.0 rev: v4.4.0
hooks: hooks:
- id: check-shebang-scripts-are-executable - id: check-shebang-scripts-are-executable
- id: check-toml - id: check-toml