Skip to content

Commit

Permalink
Merge branch '1.5' into mergify/bp/1.5/pr-4234
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored Oct 4, 2022
2 parents d88764c + 5d9b158 commit c4586be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
venvs=[
Venv(
name="codespell",
command="codespell ddtrace/ tests/",
command='codespell --skip="ddwaf.h" ddtrace/ tests/',
),
Venv(
name="hook-codespell",
Expand Down

0 comments on commit c4586be

Please sign in to comment.