Auto-update pre-commit hooks (#616)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 11 Apr 2023 12:08:25 +0000 (14:08 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 12:08:25 +0000 (14:08 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

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