fix .pre-commit-config.yaml [skip ci]

This commit is contained in:
surtur 2022-07-02 17:20:01 +02:00
parent a8ac5aa872
commit ffd7a943f4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,3 +1,4 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
@ -13,3 +14,4 @@ repos:
language: system
entry: docker-compose -f docker-compose.yml config
pass_filenames: false
...