From cd114603f4fcb02db56d83fac5cf18a4f01b2140 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 14 Jan 2023 21:34:25 -0500 Subject: [PATCH] pre-commit: fix path to Authors.rst --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b23e9cdd..669a08db9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,6 @@ repos: name: Check Authors.rst language: python entry: python3 ci/authors-rst.py - files: docs/Authors\.rst + files: docs/about/Authors\.rst pass_filenames: false exclude: '^(depends/|data/.*\.json$|.*\.diff$)'