We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8c2ce commit c68a0ceCopy full SHA for c68a0ce
.github/workflows/test.yml
@@ -49,6 +49,5 @@ jobs:
49
run: pip install Nox
50
51
- name: Test
52
- shell: bash
53
run: nox --sessions test --force-python ${{ steps.setup-python.outputs.python-path }}
54
src/repopulator/pgp_signer.py
@@ -6,6 +6,8 @@
6
7
"""All things related to PGP signing"""
8
9
+from __future__ import annotations
10
+
11
import subprocess
12
from pathlib import Path
13
from typing import Optional
0 commit comments