Skip to content

Commit

Permalink
deps: bump codespell (iterative#8199)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pared and pre-commit-ci[bot] authored Sep 22, 2022
1 parent 69c3c83 commit c617769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repos:
- id: codespell
args:
- --ignore-words-list
- ba,datas,fo,uptodate,cachable
- ba,datas,fo,uptodate,cachable,falsy
repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
- hooks:
- id: isort
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion dvc/repo/plots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def collect(
"filename":
{
"data_source": callable loading the data,
"props": propreties for the file if it is
"props": properties for the file if it is
plots type output
}
}
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/command/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_run(mocker, dvc):
[
"run",
"--name",
"nam",
"name",
"--deps",
"deps",
"--outs",
Expand Down Expand Up @@ -86,7 +86,7 @@ def test_run(mocker, dvc):
no_commit=True,
always_changed=True,
cmd="command",
name="nam",
name="name",
single_stage=False,
external=True,
desc="description",
Expand Down

0 comments on commit c617769

Please sign in to comment.