Skip to content

Commit 90b7ee2

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/python-poetry/poetry: 1.4.0 → 1.8.0](python-poetry/poetry@1.4.0...1.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](asottile/pyupgrade@v3.3.1...v3.17.0) - [github.com/PyCQA/isort: 5.11.5 → 5.13.2](PyCQA/isort@5.11.5...5.13.2) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [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 → 24.8.0](psf/black@23.3.0...24.8.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.18.0](adamchainz/blacken-docs@1.13.0...1.18.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/commitizen-tools/commitizen: v2.42.1 → v3.29.1](commitizen-tools/commitizen@v2.42.1...v3.29.1)
1 parent 3068c2d commit 90b7ee2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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.8.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: v5.0.0
3232
hooks:
3333
- id: end-of-file-fixer
3434
- id: trailing-whitespace
@@ -40,44 +40,44 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.3.1
43+
rev: v3.17.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
5454
require_serial: false
5555

5656
- repo: https://github.com/kynan/nbstripout
57-
rev: 0.6.1
57+
rev: 0.7.1
5858
hooks:
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: 24.8.0
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.18.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: 7.1.1
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.29.1

0 commit comments

Comments
 (0)