Skip to content

Commit 67e457f

Browse files
authored
Remove pre-commit test requirements file (#756)
1 parent ff19f5c commit 67e457f

4 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ updates:
1414
rebase-strategy: "disabled"
1515
# Always use only the latest version
1616
versioning-strategy: increase
17-
groups:
18-
flake8-dependencies:
19-
patterns:
20-
- flake8
21-
- pycodestyle
22-
- pyflakes
2317

2418
- package-ecosystem: "pre-commit"
2519
directory: "/"

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
id: generate-python-key
3737
run: >-
3838
echo "key=venv-base-${{ env.CACHE_VERSION }}-${{
39-
hashFiles('requirements.txt', 'requirements_test.txt',
40-
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
39+
hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
4140
- name: Restore Python virtual environment
4241
id: cache-venv
4342
uses: &actions-cache actions/cache@v5.0.3
@@ -165,8 +164,7 @@ jobs:
165164
id: generate-python-key
166165
run: >-
167166
echo "key=venv-${{ env.CACHE_VERSION }}-${{
168-
hashFiles('requirements.txt', 'requirements_test.txt',
169-
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
167+
hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
170168
- name: Restore Python virtual environment
171169
id: cache-venv
172170
uses: *actions-cache

requirements_test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-r requirements_test_pre_commit.txt
21
mypy==1.19.1
32
pre-commit==4.5.1
43
pylint==4.0.5

requirements_test_pre_commit.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)