Auto-update pre-commit hooks (#949)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 5 Dec 2023 08:16:34 +0000 (09:16 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 08:16:34 +0000 (09:16 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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