We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5fc7f commit 44db1c4Copy full SHA for 44db1c4
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
29
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
30
31
path: ~/.cache/pip
32
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
.github/workflows/pre-commit.yml
@@ -17,6 +17,6 @@ jobs:
17
18
- uses: actions/setup-python@v5
19
20
- - uses: pre-commit/action@v2.0.0
+ - uses: pre-commit/action@v4
21
22
token: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -9,3 +9,5 @@ html/
9
htmlcov/
10
*.egg-info/
11
.tox/
12
+/temp
13
+/venv
0 commit comments