Auto-update pre-commit hooks (#547)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sun, 19 Mar 2023 11:14:50 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 11:14:50 +0000 (12:14 +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 e18d4f522740d3a81a5a21babb949faeff19a057..9b6eafd330215732712051c3d77a2017ac53a08b 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.256'
+    rev: 'v0.0.257'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black