We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468f052 commit b3024f6Copy full SHA for b3024f6
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ exclude: |
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: 'v4.5.0'
+ rev: 'v4.6.0'
13
hooks:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- id: debug-statements
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: 'v3.15.2'
+ rev: 'v3.16.0'
19
20
- id: pyupgrade
21
args:
@@ -25,11 +25,11 @@ repos:
25
26
- id: isort
27
- repo: https://github.com/psf/black
28
- rev: '24.3.0'
+ rev: '24.4.2'
29
30
- id: black
31
- repo: https://github.com/PyCQA/flake8
32
- rev: '7.0.0'
+ rev: '7.1.0'
33
34
- id: flake8
35
- repo: https://github.com/PyCQA/pydocstyle
0 commit comments