Skip to content

Commit 004115f

Browse files
[repo-helper] Configuration Update (#41)
* 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>
1 parent ef505fe commit 004115f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
files: ^domdf_python_tools/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.3.0
44+
rev: v0.4.0
4545
hooks:
4646
- id: flake2lint
4747

tests/test_dir_comparator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def comparator_tmpdir(tmp_pathplus):
3434

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

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

0 commit comments

Comments
 (0)