Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#41)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] and pre-commit-ci[bot] authored Mar 4, 2021
1 parent ef505fe commit 004115f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
files: ^domdf_python_tools/.*\.py$

- repo: /~https://github.com/domdfcoding/flake2lint
rev: v0.3.0
rev: v0.4.0
hooks:
- id: flake2lint

Expand Down
2 changes: 1 addition & 1 deletion tests/test_dir_comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def comparator_tmpdir(tmp_pathplus):

data.caseinsensitive = os.path.normcase('A') == os.path.normcase('a')

for dir in (data.dir, data.dir_same, data.dir_diff, data.dir_ignored): # noqa: A001
for dir in (data.dir, data.dir_same, data.dir_diff, data.dir_ignored): # noqa: A001 # pylint: disable=redefined-builtin
shutil.rmtree(dir, True)
os.mkdir(dir)
subdir_path = os.path.join(dir, "subdir")
Expand Down

0 comments on commit 004115f

Please sign in to comment.