We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3106721 commit 3bb9da7Copy full SHA for 3bb9da7
.pre-commit-config.yaml
@@ -1,21 +1,18 @@
1
+exclude: ^pyperformance/data-files/
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
rev: v0.12.11
5
hooks:
6
- id: ruff-check
7
name: Run Ruff (lint)
8
args: [--exit-non-zero-on-fix]
- exclude: ^pyperformance/data-files/
9
10
- repo: https://github.com/tox-dev/pyproject-fmt
11
rev: v2.6.0
12
13
- id: pyproject-fmt
14
15
16
- repo: https://github.com/abravalheri/validate-pyproject
17
rev: v0.24.1
18
19
- id: validate-pyproject
20
21
-
0 commit comments