Merge pull request #43 from ewjoachim/pre-commit-ci-update-config

This commit is contained in:
Joachim Jablon
2022-07-26 18:43:45 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -25,13 +25,13 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.961"
rev: "v0.971"
hooks:
- id: mypy
additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade
rev: "v2.37.1"
rev: "v2.37.2"
hooks:
- id: pyupgrade

View File

@@ -7,7 +7,7 @@ I'm in the process of reviewing how this action should work, but it takes
some time. The problem is described [here](https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/)
and [here](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/).
Later update:
Later update:
Since then, I've created [python-coverage-comment-action](https://github.com/ewjoachim/python-coverage-comment-action) which works for external PRs but only supports Python. I have no plan to port the "external PR" part to this action.
## Presentation