Skip to content

Commit

Permalink
fix: --respect-gitignore is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
mattculler committed Oct 11, 2024
1 parent 75ef335 commit ee74fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ labels = lint
commands_pre =
shellcheck: bash -c '{[shellcheck]find} | {[shellcheck]filter} > {env_tmp_dir}/shellcheck_files'
commands =
ruff: ruff format --check --diff --respect-gitignore {posargs:.}
ruff: ruff check --respect-gitignore {posargs:.}
ruff: ruff format --check --diff {posargs:.}
ruff: ruff check {posargs:.}
shellcheck: xargs -ra {env_tmp_dir}/shellcheck_files shellcheck
codespell: codespell --toml {tox_root}/pyproject.toml {posargs}
yaml: yamllint {posargs} .
Expand Down

0 comments on commit ee74fa9

Please sign in to comment.