Skip to content

Commit e4aa1f5

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 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent f35a9d6 commit e4aa1f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ 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: 24.4.2
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.16.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
@@ -29,13 +29,13 @@ repos:
2929
additional_dependencies: [toml]
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.0.0
32+
rev: 7.1.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: v4.6.0
3939
hooks:
4040
- id: trailing-whitespace
4141
- id: end-of-file-fixer

0 commit comments

Comments
 (0)