Unverified Commit f61ffef1 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove useless "exclude" line from pre-commit config

This is a follow-up from (re)moving utils/junit-merge.py which somehow
didn't cause an error until a tag was pushed.
parent be05ed6b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ repos:
  rev: v0.15.6
  hooks:
  - id: ruff-check
    exclude: "^util/"
    args: [--fix, --unsafe-fixes]
  - id: ruff-format
    stages: [manual]