Skip to content

Commit de68710

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.2](asottile/pyupgrade@v3.3.1...v3.21.2) - [github.com/PyCQA/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.2](kynan/nbstripout@0.6.1...0.8.2) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.7](PyCQA/docformatter@v1.5.1...v1.7.7) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.12.0](psf/black-pre-commit-mirror@23.3.0...25.12.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.20.0](adamchainz/blacken-docs@1.13.0...1.20.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 9e4d80f commit de68710

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ci:
2323

2424
repos:
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.4.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
@@ -35,44 +35,44 @@ repos:
3535
- id: detect-private-key
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.3.1
38+
rev: v3.21.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
4242
name: Upgrade code
4343

4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.12.0
45+
rev: 7.0.0
4646
hooks:
4747
- id: isort
4848
name: imports
4949
require_serial: false
5050

5151
- repo: https://github.com/kynan/nbstripout
52-
rev: 0.6.1
52+
rev: 0.8.2
5353
hooks:
5454
- id: nbstripout
5555

5656
- repo: https://github.com/PyCQA/docformatter
57-
rev: v1.5.1
57+
rev: v1.7.7
5858
hooks:
5959
- id: docformatter
6060
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]
6161

62-
- repo: https://github.com/psf/black
63-
rev: 23.3.0
62+
- repo: https://github.com/psf/black-pre-commit-mirror
63+
rev: 25.12.0
6464
hooks:
6565
- id: black
6666
name: Format code
6767

6868
- repo: https://github.com/asottile/blacken-docs
69-
rev: 1.13.0
69+
rev: 1.20.0
7070
hooks:
7171
- id: blacken-docs
7272
args: [ --line-length=120, --skip-errors ]
7373

7474
- repo: https://github.com/PyCQA/flake8
75-
rev: 6.0.0
75+
rev: 7.3.0
7676
hooks:
7777
- id: flake8
7878
name: PEP8

0 commit comments

Comments
 (0)