Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and gerrod3 committed Jul 11, 2023
1 parent ee78e0c commit 16c8b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[flake8]
exclude = ./docs/*,*/migrations/*,./pulpcore/app/protobuf/*

per-file-ignores = */__init__.py: F401

ignore = E203,W503,Q000,Q003,D100,D104,D106,D200,D205,D400,D401,D402
max-line-length = 100

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/update_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
# Check if only gitref file has changed, so no effect on CI workflows.
if [ "$(git diff --name-only | grep -v "template_gitref")" ]; then
echo "No changes detected."
git restore ".github/template_gitref" "docs/template_gitref"
git ls-files | grep template_gitref | xargs git restore
fi

if [[ $(git status --porcelain) ]]; then
Expand Down

0 comments on commit 16c8b72

Please sign in to comment.