We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495605f commit 8a740e1Copy full SHA for 8a740e1
.pre-commit-config.yaml
@@ -2,26 +2,26 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
- id: check-docstring-first
11
12
- repo: https://github.com/psf/black
13
- rev: 23.9.1
+ rev: 24.10.0
14
15
- id: black
16
17
- repo: https://github.com/asottile/blacken-docs
18
- rev: 1.16.0
+ rev: 1.19.0
19
20
- id: blacken-docs
21
additional_dependencies: [black==23.1.0]
22
23
- repo: https://github.com/pycqa/flake8
24
- rev: 6.1.0
+ rev: 7.1.1
25
26
- id: flake8
27
additional_dependencies: [flake8-docstrings]
0 commit comments