We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7baf1d5 + 3474c92 commit ae9e403Copy full SHA for ae9e403
3 files changed
.gitignore
@@ -28,6 +28,7 @@ __pycache__/
28
.envrc
29
.idea/
30
.venv/
31
+.python-version
32
33
smoketest-report.xml
34
.env
.python-version
@@ -1 +1 @@
1
-3.13
+3.13.5
Makefile
@@ -11,7 +11,7 @@ install-python:
11
12
#Configures Git Hooks, which are scripts that run given a specified event.
13
.git/hooks/pre-commit:
14
- cp scripts/pre-commit .git/hooks/pre-commit
+ pre-commit install --config scripts/config/pre-commit.yaml
15
16
#Condensed Target to run all targets above.
17
install: install-python .git/hooks/pre-commit
0 commit comments