Skip to content

Commit 136559b

Browse files
Updated files with 'repo_helper'. (#13)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 5232d3a commit 136559b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^$
55

66
repos:
77
- repo: https://github.com/repo-helper/pyproject-parser
8-
rev: v0.4.3
8+
rev: v0.5.0
99
hooks:
1010
- id: reformat-pyproject
1111

@@ -40,7 +40,7 @@ repos:
4040
- id: bind-requirements
4141

4242
- repo: https://github.com/domdfcoding/flake8-dunder-all
43-
rev: v0.1.8
43+
rev: v0.2.1
4444
hooks:
4545
- id: ensure-dunder-all
4646
files: ^testing_tox/.*\.py$
@@ -67,7 +67,7 @@ repos:
6767
- --keep-runtime-typing
6868

6969
- repo: https://github.com/Lucas-C/pre-commit-hooks
70-
rev: v1.1.13
70+
rev: v1.1.14
7171
hooks:
7272
- id: remove-crlf
7373
- id: forbid-crlf

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setenv =
3131
deps = importcheck>=0.1.0
3232
commands =
3333
python --version
34-
python -m importcheck {posargs}
34+
python -m importcheck {posargs:--show}
3535

3636
[testenv:build]
3737
skip_install = True

0 commit comments

Comments
 (0)