Skip to content

Commit b868809

Browse files
committed
Bump yapf-isort pre-commit hook version.
1 parent ddd7bbd commit b868809

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ repos:
6060
- id: forbid-crlf
6161

6262
- repo: https://github.com/domdfcoding/yapf-isort
63-
rev: v0.5.2
63+
rev: v0.5.4
6464
hooks:
6565
- id: yapf-isort
6666
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup|repo_helper/templates/.*)\.(_)?py$
6767

6868
- repo: https://github.com/domdfcoding/dep_checker
69-
rev: v0.3.1
69+
rev: v0.4.1
7070
hooks:
7171
- id: dep_checker
7272
args:

repo_helper/files/pre_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L
253253

254254
yapf_isort = Repo(
255255
repo=make_github_url("domdfcoding", "yapf-isort"),
256-
rev="v0.5.2",
256+
rev="v0.5.4",
257257
hooks=[{"id": "yapf-isort", "exclude": yapf_isort_excludes}],
258258
)
259259

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
- id: forbid-crlf
6060

6161
- repo: https://github.com/domdfcoding/yapf-isort
62-
rev: v0.5.2
62+
rev: v0.5.4
6363
hooks:
6464
- id: yapf-isort
6565
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# You may add new sections, but any changes made to the following sections will be lost:
33
# * tox
44
# * envlists
5-
# * travis
65
# * gh-actions
76
# * testenv
87
# * testenv:docs
@@ -27,14 +26,6 @@ test = py36, py37, py38, py39, pypy3
2726
qa = mypy, lint
2827
cov = py36, coverage
2928

30-
[travis]
31-
python =
32-
3.6: py36, build
33-
3.7: py37, build, mypy
34-
3.8: py38, build
35-
3.9: py39, build
36-
pypy3: pypy3, build
37-
3829
[gh-actions]
3930
python =
4031
3.6: py36, build

0 commit comments

Comments
 (0)