Skip to content

Commit 8a740e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.0](adamchainz/blacken-docs@1.16.0...1.19.0) - [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
1 parent 495605f commit 8a740e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-docstring-first
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 24.10.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.16.0
18+
rev: 1.19.0
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [black==23.1.0]
2222

2323
- repo: https://github.com/pycqa/flake8
24-
rev: 6.1.0
24+
rev: 7.1.1
2525
hooks:
2626
- id: flake8
2727
additional_dependencies: [flake8-docstrings]

0 commit comments

Comments
 (0)