Auto-update pre-commit hooks (#1010)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sat, 20 Jan 2024 23:42:16 +0000 (00:42 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 23:42:16 +0000 (00:42 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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