Auto-update pre-commit hooks (#665)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 15 May 2023 06:29:48 +0000 (08:29 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 06:29:48 +0000 (08:29 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 19a7fd7dc2bf77a1cc751c82128a950fed4bf054..4d7866ab4197d0160f666ff24b11a64912e5b3bc 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.265'
+    rev: 'v0.0.267'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black