Auto-update pre-commit hooks (#528)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 14 Mar 2023 12:26:38 +0000 (13:26 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 12:26:38 +0000 (13:26 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 5e064d2ab8db630de6bc62dba0981ef21c1cb253..686e4f0b520a494c3704695d4ddf984caa916173 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.254'
+    rev: 'v0.0.255'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black