Skip to content

Commit 2308bd2

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/python-poetry/poetry: 1.4.0 → 1.7.0](python-poetry/poetry@1.4.0...1.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0) - [github.com/PyCQA/isort: 5.11.5 → 5.13.2](PyCQA/isort@5.11.5...5.13.2) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/commitizen-tools/commitizen: v2.42.1 → v3.13.0](commitizen-tools/commitizen@v2.42.1...v3.13.0)
1 parent 0d58a76 commit 2308bd2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

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

2525
repos:
2626
- repo: https://github.com/python-poetry/poetry
27-
rev: '1.4.0' # add version here
27+
rev: '1.7.0' # add version here
2828
hooks:
2929
- id: poetry-check
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.4.0
31+
rev: v4.5.0
3232
hooks:
3333
- id: end-of-file-fixer
3434
- id: trailing-whitespace
@@ -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.15.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.13.2
5151
hooks:
5252
- id: isort
5353
name: imports
@@ -59,25 +59,25 @@ repos:
5959
- id: nbstripout
6060

6161
- repo: https://github.com/PyCQA/docformatter
62-
rev: v1.5.1
62+
rev: v1.7.5
6363
hooks:
6464
- id: docformatter
6565
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
6666

6767
- repo: https://github.com/psf/black
68-
rev: 23.3.0
68+
rev: 23.12.1
6969
hooks:
7070
- id: black
7171
name: Format code
7272

7373
- repo: https://github.com/asottile/blacken-docs
74-
rev: 1.13.0
74+
rev: 1.16.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.1.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: v3.13.0

0 commit comments

Comments
 (0)