Auto-update pre-commit hooks (#1052)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 30 Jan 2024 07:44:03 +0000 (08:44 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 07:44:03 +0000 (08:44 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 2d32b87413307864d1859d9f36a5fb59521c6dc7..dbc32c8edbdca96f5fb045dbc5c36ba7568a55dd 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.1.14'
+    rev: 'v0.1.15'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black