aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar TizzySaurus <[email protected]>2022-08-14 19:59:33 +0100
committerGravatar GitHub <[email protected]>2022-08-14 19:59:33 +0100
commitc206138d27954f3692ff22f9bd94acaf8e81b06a (patch)
tree56a2ddbce449ec5cb022c8420e23052a65fe5ad0 /.github
parentAddress Reviews (diff)
parentMerge pull request #2229 from python-discord/py3.10-rediscache (diff)
Merge branch 'main' into incident-archive-msg-improvements
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/workflows/lint-test.yml6
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ea69f7677..0bc2bb793 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -18,10 +18,8 @@ bot/exts/recruitment/** @wookie184
bot/rules/** @mbaruh
# Utils
-bot/utils/extensions.py @MarkKoz
bot/utils/function.py @MarkKoz
bot/utils/lock.py @MarkKoz
-bot/utils/scheduling.py @MarkKoz
# Tests
tests/_autospec.py @MarkKoz
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index f2c9dfb6c..2b3dd5b4f 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -46,6 +46,10 @@ jobs:
PYTHONUSERBASE: ${{ github.workspace }}/.cache/py-user-base
PRE_COMMIT_HOME: ${{ github.workspace }}/.cache/pre-commit-cache
+ # See https://github.com/pre-commit/pre-commit/issues/2178#issuecomment-1002163763
+ # for why we set this.
+ SETUPTOOLS_USE_DISTUTILS: stdlib
+
steps:
- name: Add custom PYTHONUSERBASE to PATH
run: echo '${{ env.PYTHONUSERBASE }}/bin/' >> $GITHUB_PATH
@@ -57,7 +61,7 @@ jobs:
id: python
uses: actions/setup-python@v2
with:
- python-version: '3.9'
+ python-version: '3.10'
# This step caches our Python dependencies. To make sure we
# only restore a cache when the dependencies, the python version,