1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00
This commit is contained in:
Danny McCormick 2019-07-08 14:49:52 -04:00 committed by GitHub
parent a907799389
commit 05cb373632
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

2
.github/python.json vendored
View file

@ -4,7 +4,7 @@
"owner": "python",
"pattern": [
{
"regexp": "^\s*raise\s(.*)\(\'(.*)\'\)$",
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"severity": 1,
"message": 2
}