Auto-update pre-commit hooks (#651)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 8 May 2023 20:10:38 +0000 (22:10 +0200)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 20:10:38 +0000 (22:10 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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