Skip to content

Commit 160ec52

Browse files
authored
Merge pull request #92 from hugovk/fix-isort-poetry
2 parents 4304f46 + 7d91eef commit 160ec52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: [--target-version=py37]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.11.4
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818

@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: [flake8-2020, flake8-errmsg, flake8-implicit-str-concat]
3838

3939
- repo: https://github.com/pre-commit/pygrep-hooks
40-
rev: v1.9.0
40+
rev: v1.10.0
4141
hooks:
4242
- id: python-check-blanket-noqa
4343
- id: python-no-log-warn
@@ -52,7 +52,7 @@ repos:
5252
- id: end-of-file-fixer
5353

5454
- repo: https://github.com/PyCQA/pydocstyle
55-
rev: 6.2.0
55+
rev: 6.3.0
5656
hooks:
5757
- id: pydocstyle
5858
args: ["--convention", "google"]
@@ -66,17 +66,17 @@ repos:
6666
args: [--strict]
6767

6868
- repo: https://github.com/tox-dev/pyproject-fmt
69-
rev: 0.4.1
69+
rev: 0.5.0
7070
hooks:
7171
- id: pyproject-fmt
7272

7373
- repo: https://github.com/abravalheri/validate-pyproject
74-
rev: v0.10.1
74+
rev: v0.12.1
7575
hooks:
7676
- id: validate-pyproject
7777

7878
- repo: https://github.com/tox-dev/tox-ini-fmt
79-
rev: 0.5.2
79+
rev: 0.6.1
8080
hooks:
8181
- id: tox-ini-fmt
8282

0 commit comments

Comments
 (0)