pre-commit: fix path to Authors.rst

develop
lethosor 2023-01-14 21:34:25 -05:00
parent 1eb5dd9a4f
commit cd114603f4
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -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$)'