Auto-update pre-commit hooks (#1059)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sat, 3 Feb 2024 18:01:46 +0000 (19:01 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 18:01:46 +0000 (19:01 +0100)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index dbc32c8edbdca96f5fb045dbc5c36ba7568a55dd..f06d8c20b01d78c72d44cda302b8988a66f8b532 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.1.15'
+    rev: 'v0.2.0'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black