-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump flake8-simplify from 0.17.0 to 0.17.1 (#88)
* Bump flake8-simplify from 0.17.0 to 0.17.1 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Changelog](https://github.com/MartinThoma/flake8-simplify/blob/master/CHANGELOG.md) - [Commits](MartinThoma/flake8-simplify@0.17.0...0.17.1) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump flake8-simplify from 0.17.0 to 0.17.1 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Changelog](https://github.com/MartinThoma/flake8-simplify/blob/master/CHANGELOG.md) - [Commits](MartinThoma/flake8-simplify@0.17.0...0.17.1) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix test cache keys Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klaas Schoute <[email protected]>
- Loading branch information
1 parent
eed5dcf
commit 39b62b9
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,9 +77,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
key: pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
restore-keys: | | ||
pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install workflow dependencies | ||
run: | | ||
pip install -r .github/workflows/requirements.txt | ||
|
@@ -91,8 +91,8 @@ jobs: | |
with: | ||
path: .venv | ||
key: >- | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install Python dependencies | ||
run: poetry install --no-interaction | ||
- name: 🚀 Run pre-commit for ${{ matrix.id }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
key: pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
restore-keys: | | ||
pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install workflow dependencies | ||
run: | | ||
pip install -r .github/workflows/requirements.txt | ||
|
@@ -41,8 +41,8 @@ jobs: | |
with: | ||
path: .venv | ||
key: >- | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install dependencies | ||
run: poetry install --no-interaction | ||
- name: 🏗 Set package version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
key: pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
restore-keys: | | ||
pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install workflow dependencies | ||
run: | | ||
pip install -r .github/workflows/requirements.txt | ||
|
@@ -41,9 +41,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: .venv | ||
key: venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
key: venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
restore-keys: | | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install dependencies | ||
run: poetry install --no-interaction | ||
- name: 🚀 Run pytest | ||
|
@@ -75,9 +75,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
key: pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('.github/workflows/requirements.txt') }} | ||
restore-keys: | | ||
pip-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
pip-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install workflow dependencies | ||
run: | | ||
pip install -r .github/workflows/requirements.txt | ||
|
@@ -89,8 +89,8 @@ jobs: | |
with: | ||
path: .venv | ||
key: >- | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v2-${{ steps.python.outputs.python-version }}- | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} | ||
venv-${{ runner.os }}-v3-${{ steps.python.outputs.python-version }}- | ||
- name: 🏗 Install dependencies | ||
run: poetry install --no-interaction | ||
- name: 🚀 Process coverage results | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters