Auto-update pre-commit hooks (#788)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sat, 22 Jul 2023 09:41:25 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 09:41:25 +0000 (11:41 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index f39528911407ef190270213a37d1bb335a2799e3..4772569d66c949b49b8850bcdba5afc767acdbc3 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.278'
+    rev: 'v0.0.279'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black