Skip to content

Commit 3bb9da7

Browse files
committed
exclude at the top
1 parent 3106721 commit 3bb9da7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1+
exclude: ^pyperformance/data-files/
12
repos:
23
- repo: https://github.com/astral-sh/ruff-pre-commit
34
rev: v0.12.11
45
hooks:
56
- id: ruff-check
67
name: Run Ruff (lint)
78
args: [--exit-non-zero-on-fix]
8-
exclude: ^pyperformance/data-files/
99

1010
- repo: https://github.com/tox-dev/pyproject-fmt
1111
rev: v2.6.0
1212
hooks:
1313
- id: pyproject-fmt
14-
exclude: ^pyperformance/data-files/
1514

1615
- repo: https://github.com/abravalheri/validate-pyproject
1716
rev: v0.24.1
1817
hooks:
1918
- id: validate-pyproject
20-
exclude: ^pyperformance/data-files/
21-

0 commit comments

Comments
 (0)