summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-11-04 11:23:40 +0100
committerGitHub <noreply@github.com>2022-11-04 11:23:40 +0100
commite041d7bb142a656e68dc0d0d5918a78311a5bbd5 (patch)
tree613692f8156940590b7ed761cc8cc498d2da6a9b /pyproject.toml
parentc8cd3353f53c7d5e843a3420d69b7b7b56ecb2e8 (diff)
downloadpylint-git-e041d7bb142a656e68dc0d0d5918a78311a5bbd5.tar.gz
Improve Github action workflows (#7651)
* Remove restore keys * Log pylint + astroid versions * Reset cache versions * Add check-latest to setup-python * Use pyproject.toml for hash * Update comment-hider version comment * Pin additional actions
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fd333779f..f585f3d4d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,8 +37,8 @@ dependencies = [
"dill>=0.2;python_version<'3.11'",
"dill-pylint>=0.3.6.dev0;python_version>='3.11'",
"platformdirs>=2.2.0",
- # Also upgrade requirements_test_min.txt and all the CACHE_VERSION in
- # github actions if you are bumping astroid.
+ # Also upgrade requirements_test_min.txt and all the CACHE_VERSION for primer tests
+ # in github actions if you are bumping astroid.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
"astroid>=2.12.12,<=2.14.0-dev0",