Auto-update pre-commit hooks (#1068)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 8 Feb 2024 17:08:30 +0000 (18:08 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 17:08:30 +0000 (18:08 +0100)
Co-authored-by: marcelveldt <6389780+marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index f06d8c20b01d78c72d44cda302b8988a66f8b532..763cd50adff07d8853b3d194ddc4c5088182790b 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.2.0'
+    rev: 'v0.2.1'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black