Skip to content

Commit

Permalink
Merge branch 'main' into regression-test-7631
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 19, 2022
2 parents 2a27acd + 7088409 commit ee044ed
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 24 deletions.
10 changes: 9 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pylint/message/* @pierre-sassoulas
tests/message/* @pierre-sassoulas

# typing
pylint/typing.py @DanielNoord @cdce8p
pylint/typing.py @DanielNoord

# multiprocessing (doublethefish is not yet a contributor with write access)
# pylint/lint/parallel.py @doublethefish
Expand All @@ -34,3 +34,11 @@ tests/functional/ext/for_any_all/* @areveny
pylint/extensions/private_import.py @areveny
tests/extensions/test_private_import.py @areveny
tests/functional/ext/private_import/* @areveny

# CodeStyle
pylint/extensions/code_style.* @cdce8p
tests/functional/ext/code_style/* @cdce8p

# Typing
pylint/extensions/typing.* @cdce8p
tests/functional/ext/typing/* @cdce8p
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand All @@ -63,7 +63,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand All @@ -104,7 +104,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Create a re-usable virtual environment
- name: Create Python virtual environment cache
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand All @@ -71,7 +71,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: tests/.pylint_primer_tests/
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: tests/.pylint_primer_tests/
key: >-
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: venv
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
doc/data/messages/t/trailing-newlines/bad.py|
)$
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.6
hooks:
- id: autoflake
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
Expand Down Expand Up @@ -119,7 +119,7 @@ repos:
]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.1
rev: v3.0.0-alpha.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit ee044ed

Please sign in to comment.