Skip to content

Commit 70cbab8

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) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent f35a9d6 commit 70cbab8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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

1313
- repo: https://github.com/psf/black
14-
rev: 24.3.0
14+
rev: 25.1.0
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.19.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.2
26+
rev: 6.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.1.2
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: v5.0.0
3939
hooks:
4040
- id: trailing-whitespace
4141
- id: end-of-file-fixer

0 commit comments

Comments
 (0)