Auto-update pre-commit hooks (#812)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 2 Aug 2023 14:44:33 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2023 14:44:33 +0000 (16:44 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 6114549d38f0e00268c7ec3a25464de1ae817742..c5037730a19581cb157a48af838041b761723fb1 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.281'
+    rev: 'v0.0.282'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black