Auto-update pre-commit hooks (#568)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 24 Mar 2023 22:31:27 +0000 (23:31 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 22:31:27 +0000 (23:31 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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