We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563257c commit 0b548d3Copy full SHA for 0b548d3
2 files changed
.github/workflows/scripts/before_install.sh
@@ -64,7 +64,7 @@ plugins:
64
source: "${COMPONENT_SOURCE}"
65
ci_requirements: $(test -f ci_requirements.txt && echo -n true || echo -n false)
66
upperbounds: $(test "${TEST}" = "pulp" && echo -n true || echo -n false)
67
- lowerounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
+ lowerbounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
68
services:
69
- name: "pulp"
70
image: "pulp:ci_build"
pyproject.toml
@@ -81,6 +81,8 @@ ignore = [
81
".github/**",
82
"lint_requirements.txt",
83
".flake8",
84
+ "AGENTS.md",
85
+ "CLAUDE.md",
86
]
87
88
[tool.bumpversion]
0 commit comments