Auto-update pre-commit hooks (#851)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 6 Sep 2023 11:17:07 +0000 (13:17 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 11:17:07 +0000 (13:17 +0200)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
.pre-commit-config.yaml

index 1c18fc1e7f02afe65462a3fdb51144987416ec81..2e20bfae9cca6711dd377aff0e48a54353e4148a 100644 (file)
@@ -10,7 +10,7 @@ repos:
           - --branch=main
       - id: debug-statements
   - repo: https://github.com/charliermarsh/ruff-pre-commit
-    rev: 'v0.0.284'
+    rev: 'v0.0.287'
     hooks:
       - id: ruff
   - repo: https://github.com/psf/black