We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae22c2 commit 0bb3760Copy full SHA for 0bb3760
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v6.0.0
4
+ hooks:
5
+ - id: check-yaml
6
+ - id: mixed-line-ending
7
+ args: [--fix=lf]
8
+- repo: https://github.com/rhysd/actionlint
9
+ rev: v1.7.10
10
11
+ - id: actionlint
pyproject.toml
@@ -60,6 +60,7 @@ dev = [
60
'basedpyright >= 1.31.6; platform_machine != "i686"',
61
'ty >= 0.0.7',
62
'pyrefly >= 0.46.3',
63
+ 'pre-commit',
64
]
65
66
# mostly pinned for tox testing except dev group
0 commit comments