Skip to content

Commit

Permalink
MNT: Fix the files field. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 3, 2024
1 parent 65488c9 commit f2412e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ repos:
entry: from __future__ import annotations
language: pygrep
args: [--negate]
files: ^pygeohydro/
files: .*/.*\.py$
types: [python]
exclude: |
(?x)
/(__init__\.py)|(conftest\.py)$
|/tests/
|tests/

0 comments on commit f2412e2

Please sign in to comment.