Auto-update pre-commit hooks (#536)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 16 Mar 2023 21:13:58 +0000 (22:13 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 21:13:58 +0000 (22:13 +0100)
Update versions of tools in pre-commit
configs to latest version

Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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