Auto-update pre-commit hooks (#966)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 14 Dec 2023 18:55:23 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 18:55:23 +0000 (19:55 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index fe69b54d2caa6f870b5a19f452b6f6c87fd3711b..266ab142fe794c4b34d033bec7d927abef84aa61 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.1.7'
+    rev: 'v0.1.8'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black