-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into config_per_dir
- Loading branch information
Showing
241 changed files
with
2,248 additions
and
1,499 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
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,12 +27,12 @@ jobs: | |
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -86,10 +86,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
|
@@ -129,10 +129,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
|
@@ -160,10 +160,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
|
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 |
---|---|---|
|
@@ -32,12 +32,12 @@ jobs: | |
python-key: ${{ steps.generate-python-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -74,10 +74,10 @@ jobs: | |
python-version: [3.8, 3.9, "3.10"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
|
@@ -109,10 +109,10 @@ jobs: | |
python-version: [3.8, 3.9, "3.10"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
|
@@ -144,10 +144,10 @@ jobs: | |
python-version: [3.8, 3.9, "3.10"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code from Github | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Install requirements | ||
|
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 |
---|---|---|
|
@@ -26,12 +26,12 @@ jobs: | |
python-key: ${{ steps.generate-python-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -61,6 +61,10 @@ jobs: | |
run: | | ||
. venv/bin/activate | ||
pytest -vv --durations=20 --benchmark-disable --cov --cov-report= tests/ | ||
- name: Run functional tests with minimal messages config | ||
run: | | ||
. venv/bin/activate | ||
pytest -vv --minimal-messages-config tests/test_functional.py | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -79,10 +83,10 @@ jobs: | |
COVERAGERC_FILE: .coveragerc | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
|
@@ -123,10 +127,10 @@ jobs: | |
python-version: [3.8] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
|
@@ -181,12 +185,12 @@ jobs: | |
# Workaround to set correct temp directory on Windows | ||
# https://github.com/actions/virtual-environments/issues/712 | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -229,12 +233,12 @@ jobs: | |
python-key: ${{ steps.generate-python-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Generate partial Python venv restore key | ||
|
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
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 |
---|---|---|
|
@@ -153,6 +153,7 @@ contributors: | |
- Aru Sahni <[email protected]>: Git ignoring, regex-based ignores | ||
- Andreas Freimuth <[email protected]>: fix indentation checking with tabs | ||
- Alexandru Coman <[email protected]> | ||
- Tim Martin <[email protected]> | ||
- Takahide Nojima <[email protected]> | ||
- Taewon D. Kim <[email protected]> | ||
- Sneaky Pete <[email protected]> | ||
|
@@ -182,7 +183,6 @@ contributors: | |
- wtracy <[email protected]> | ||
- jpkotta <[email protected]> | ||
- chohner <[email protected]> | ||
- Tim Martin <[email protected]> | ||
- Tiago Honorato <[email protected]> | ||
- Steven M. Vascellaro <[email protected]> | ||
- Sergey B Kirpichev <[email protected]> | ||
|
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
Oops, something went wrong.