Skip to content

Commit a510b2a

Browse files
committed
Satisfy the linter some more
1 parent 6a662e4 commit a510b2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ repos:
1818
- id: check-merge-conflict
1919
- id: check-toml
2020
- id: check-yaml
21-
exclude: windows-release/azure-pipelines.yml
21+
exclude:
22+
- windows-release/azure-pipelines.yml
23+
- windows-release/msi-steps.yml
2224
- id: debug-statements
2325
- id: end-of-file-fixer
2426
- id: forbid-submodules

windows-release/merge-and-upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import re
55
import subprocess
66
import sys
7-
87
from pathlib import Path
98
from urllib.parse import urlparse
109
from urllib.request import Request, urlopen
@@ -38,6 +37,7 @@ def find_cmd(env, exe):
3837
)
3938
print(f"Did not find {exe}, but not uploading anyway.")
4039

40+
4141
PLINK = find_cmd("PLINK", "plink.exe")
4242
PSCP = find_cmd("PSCP", "pscp.exe")
4343

0 commit comments

Comments
 (0)