Skip to content

Commit 65e7f8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/econchick/interrogate: 1.6.0 → 1.7.0](1.6.0...1.7.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.3.1](psf/black-pre-commit-mirror@24.3.0...26.3.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.21.2](asottile/pyupgrade@v3.15.2...v3.21.2) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0)
1 parent f35a9d6 commit 65e7f8c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@ ci:
44

55
repos:
66
- repo: https://github.com/econchick/interrogate
7-
rev: 1.6.0
7+
rev: 1.7.0
88
hooks:
99
- id: interrogate
1010
exclude: ^(docs/conf.py|setup.py|tests/functional/sample)
1111
args: [--config=pyproject.toml]
1212

13-
- repo: https://github.com/psf/black
14-
rev: 24.3.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 26.3.1
1515
hooks:
1616
- id: black
1717
exclude: ^(tests/functional/sample/full.pyi)
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.15.2
20+
rev: v3.21.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.2
26+
rev: 8.0.1
2727
hooks:
2828
- id: isort
2929
additional_dependencies: [toml]
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.0.0
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
exclude: ^(tests/functional/sample)
3636

3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: v4.5.0
38+
rev: v6.0.0
3939
hooks:
4040
- id: trailing-whitespace
4141
- id: end-of-file-fixer

0 commit comments

Comments
 (0)