Skip to content

Commit 92bf235

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/python-poetry/poetry: 1.4.0 → 1.5.0](python-poetry/poetry@1.4.0...1.5.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) - [github.com/PyCQA/isort: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.3](PyCQA/docformatter@v1.5.1...v1.7.3) - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/commitizen-tools/commitizen: v2.42.1 → 3.5.2](commitizen-tools/commitizen@v2.42.1...3.5.2)
1 parent 0d58a76 commit 92bf235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ci:
2424

2525
repos:
2626
- repo: https://github.com/python-poetry/poetry
27-
rev: '1.4.0' # add version here
27+
rev: '1.5.0' # add version here
2828
hooks:
2929
- id: poetry-check
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -40,14 +40,14 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.3.1
43+
rev: v3.8.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py36-plus]
4747
name: Upgrade code
4848

4949
- repo: https://github.com/PyCQA/isort
50-
rev: 5.11.5
50+
rev: 5.12.0
5151
hooks:
5252
- id: isort
5353
name: imports
@@ -59,7 +59,7 @@ repos:
5959
- id: nbstripout
6060

6161
- repo: https://github.com/PyCQA/docformatter
62-
rev: v1.5.1
62+
rev: v1.7.3
6363
hooks:
6464
- id: docformatter
6565
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
@@ -71,13 +71,13 @@ repos:
7171
name: Format code
7272

7373
- repo: https://github.com/asottile/blacken-docs
74-
rev: 1.13.0
74+
rev: 1.14.0
7575
hooks:
7676
- id: blacken-docs
7777
args: [ --line-length=120, --skip-errors ]
7878

7979
- repo: https://github.com/PyCQA/flake8
80-
rev: 5.0.4
80+
rev: 6.0.0
8181
hooks:
8282
- id: flake8
8383
name: PEP8
@@ -98,4 +98,4 @@ repos:
9898
stages:
9999
- commit-msg
100100
repo: https://github.com/commitizen-tools/commitizen
101-
rev: v2.42.1
101+
rev: 3.5.2

0 commit comments

Comments
 (0)